Groups
Operations
| Add Group User |
Grants the specified user the specified permissions to the specified workspace. When user permissions to a workspace have been recently updated, the new permissions might not be immediately available through API calls. To refresh user permissions, use the Refresh User Permissions API call. Required scopeWorkspace.ReadWrite.All |
| Create Group |
Creates a new workspace. Required scopeWorkspace.ReadWrite.All |
| Delete Group |
Deletes the specified workspace. Required scopeWorkspace.ReadWrite.All |
| Delete User In Group |
Deletes the specified user permissions from the specified workspace. Required scopeWorkspace.ReadWrite.All |
| Get Groups |
Returns a list of workspaces the user has access to. When user permissions to a workspace have been recently updated, the new permissions might not be immediately available through API calls. To refresh user permissions, use the Refresh User Permissions API call. Required scopeWorkspace.Read.All or Workspace.ReadWrite.All |
| Get Group Users |
Returns a list of users that have access to the specified workspace. When user permissions to a workspace have been recently updated, the new permissions might not be immediately available through API calls. As a result, this API call might return an HTTP 401 error when a user has permissions to a workspace. To refresh user permissions, use the Refresh User Permissions API call. Required scopeWorkspace.Read.All or Workspace.ReadWrite.All |
| Update Group User |
Updates the specified user permissions to the specified workspace. When user permissions to a workspace have been recently updated, the new permissions might not be immediately available through API calls. To refresh user permissions, use the Refresh User Permissions API call. Required scopeWorkspace.ReadWrite.All |