In this article
Groups API
A group effectively represents a collection of users and devices. Groups are not in the IMS token.
Example Group
| Property | Type | Description |
|---|---|---|
| Id | String | Friendly identifier. Identifies the name of the group. |
| Subject | String | A consistent identifier that is usually a GUID. This is useful when deleting and recreating an identical representation to distinguish between the previous one and the new one. |
| Name | String | A secondary Id property. Needed when updating Id. |
| Description | String | Describes the purpose of the group. |
| Members | JSON Object | Contains properties related to the group’s members such as users and devices. |
| Privilege | JSON Object | Contains properties related to the group’s privilege such as roles and permissions. |
Example Group Object
{
"id": "testdomain.com",
"subject": null
}