Skip to content

SCIM API objects and appendix

Permissions object

The permissions object is a field found in some of the requests and responses when interfacing with the user resource through SCIM ID permissions.

1
2
3
4
5
6
{
  "permissions": {
    "companyPermissions": (required, array),
    "appGroup": (required, array)
  }
}

A valid permissions object is a JSON object with the following key-value pairs:

Workspace permissions object

A valid app group permission object is a JSON object with the following key-value pairs:

Workspace permissions set object

A valid workspace permissions set object is a JSON object with the following key-value pairs:

Team permissions object

A valid team permission object is a JSON object with the following key-value pairs:

Appendix

Company permission strings

Workspace permission strings

Team permission strings

Department strings

New Stuff!