Retrieves detailed information about a specific group belonging to a tenant.
GET/tenants/{tenantId}/groups/{groupId}
Authorization
Path parameters
tenantId*string (uuid)
groupId*string (uuid)
Query parameters
Response
Success: Group details of the tenant returned successfully.
Body
groupIdstring (uuid)
A public property of type guid that has both a getter and a setter method, which allows for getting and setting the value of the GroupId property.
tenantIdstring (uuid)
A public property of type guid that has both a getter and a setter method, which allows for getting and setting the value of the TenantId property.
roleIdnullable string (uuid)
A public property of type guid that has both a getter and a setter method, which allows for getting and setting the value of the GroupId property.
displayNamenullable string
A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the DisplayName property.
descriptionnullable string
A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the Description property.