A group represents a set of users having the same privileges inside an organization. Currently, an organization has 2 groups: ‘admin’ and ‘users’. A user in group ‘users’ has all privileges inside the organization except adding or removing users to/from these groups. Groups collection is a sub-collection of organization.
The following elements are defined as part of a group representation:
{
"name": "admin",
"description": "The admins group",
"organization": "Guardis Test",
"users": [
{
"email": "gerard.dethier@comodit.com",
"username": "admin"
}
]
}
/organizations/{org_name}/groups
/organizations/{org_name}/groups/{group_name}
2016 © ComodIT. All Rights Reserved. Privacy Policy | Terms of Service