Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 2.29 KB

File metadata and controls

44 lines (29 loc) · 2.29 KB

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 List<RolesUser> The list of user roles in the workspace.
Usergroup_ List<Usergroup> Information about the workspace's user group roles.

RolesUser

Information about the user role.

Properties

Name Type Required Description
Id long 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 long The role's ID.
Description string The role's description.
DisplayName string The role's display name.