GetWorkspaceRoles
Properties
Name | Type | Required | Description |
---|---|---|---|
roles | GetWorkspaceRolesRoles | ❌ | Information about the workspace's user roles. |
GetWorkspaceRolesRoles
Information about the workspace's user roles.
Properties
Name | Type | Required | Description |
---|---|---|---|
user | RolesUser[] | ❌ | The list of user roles in the workspace. |
usergroup | Usergroup[] | ❌ | Information about the workspace's user group roles. |
RolesUser
Information about the user role.
Properties
Name | Type | Required | Description |
---|---|---|---|
id | number | ❌ | The role's ID. |
description | string | ❌ | The role's description. |
displayName | string | ❌ | The role's display name. |
Usergroup
Information about the user group in the workspace.
Properties
Name | Type | Required | Description |
---|---|---|---|
id | number | ❌ | The role's ID. |
description | string | ❌ | The role's description. |
displayName | string | ❌ | The role's display name. |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs