Skip to main content
NiCE CXone Mpower Expert

We will be closed on Friday, July 4th in observance of Independence Day

Expert Success Center

Group

Group resources represent collections of users for reporting needs or content access controls.
<group id="{id}" href="https://{hostname}/@api/deki/groups/{id}" guid="{guid}">
    <groupname>{name}</groupname>
    <service.authentication id="{authid}" href="https://{hostname}/@api/deki/site/services/{authid}"/>
    <users count="{users.count}" href="https://{hostname}/@api/deki/groups/{id}/users"/>
    {permissions.group}
</group>
Name Type Description
{id} int Local group id
{guid} string Global group id
{hostname} string The Expert site hostname
{name} string Group name
{authid} int The identity provider service id
{users.count} int The total count of users that belong to the group
{permissions.group} Permissions The role assigned to the group

 

 

  • Was this article helpful?