Get Group In Organization By Organization ID And Group ID
DescriptionGet details of a group within organization.
Access Policy
Role | User Accounts | Service Accounts (Client Credentials Applications) |
---|---|---|
Organization Owner | ✔️ | ✔️ |
Request
URLURL
Path Parameters
Path Parameters
Unique identifier (GUID) of the organization.
Unique identifier of the group.
Authentication
Response
Response BodyResponse Body
{
"customRoles": [
{
"createdBy": "string",
"createdDate": "string",
"expiresAt": 3609941597,
"lastUpdatedBy": "string",
"lastUpdatedDate": "string",
"membershipType": "DIRECT",
"name": "string",
"resource": "string"
}
],
"description": "string",
"displayName": "string",
"domain": "string",
"groupType": "USER_GROUP",
"id": "string",
"organizationRoles": [
{
"createdBy": "string",
"createdDate": "string",
"displayName": "string",
"expiresAt": 3609941597,
"lastUpdatedBy": "string",
"lastUpdatedDate": "string",
"membershipType": "DIRECT",
"name": "string",
"resource": "string"
}
],
"ownerOrgId": "string",
"serviceRoles": [
{
"serviceDefinitionId": "string",
"serviceRoleNames": [
"string"
],
"serviceRoles": [
{
"createdBy": "string",
"createdDate": "string",
"expiresAt": 3609941597,
"lastUpdatedBy": "string",
"lastUpdatedDate": "string",
"membershipType": "DIRECT",
"name": "string",
"resource": "string"
}
]
}
],
"sharedOrgIds": [
"string"
],
"usersCount": 0
}
Description of the custom group. For enterprise groups the value will be null
.
The display name of the group.
The domain name of the group.
USER_GROUP is an organization specific custom group, AD_GROUP is a federated domain group, SHARED_GROUP is group owned by another organization and shared with current one.
Possible values are: USER_GROUP , AD_GROUP , DOMAIN_GROUP , SHARED_GROUP
Unique identifier of the group.
Unique identifier (GUID) of the organization that is the owner of the current group.
Unique identifiers (GUID) of the shared organizations.
Number of users in the group.
Errors
Organization with this identifier is not found. | Group with this identifier is not found.
Code Samples
Code Samples
cURL Command
Vendor Extensions
x-required-roles: org_owner
x-slo-tier: TIER2