These docs are for v2. Click to read the latest docs for v3.

Modify a user's group and role assignments

Edit what groups a user has access to, and how the use can interact with the objects in those groups.

Path Params
string
required

A unique identifier for a user.

Query Params
string

For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.

Body Params
Response

Response body
array of objects
object
integer

A unique identifier for each group.

string

A group's name.

boolean

Indicates whether a user's access is blocked for a group.

string

Descriptive text for the role.

integer

A unique identifier for each role.

string

The role's name.

subGroups
array of objects

Children of the parent group, represented as an array of groups. Permissions cascade downward from parent to child unless the child group's isBlocked is true.

subGroups
object
Language
Authentication
URL