Returns all roles of the workspace.

GET

Returns all roles of the workspace.

Required Permissions: The user must be an admin or have workspace-manage-config:read permissions.

Query parameters

showArchivedbooleanOptionalDefaults to false

Include archived roles in the results. Optional. False by default.

Response

OK

namestring>=1 character

The name of the role. Must be unique.

isAdminRolebooleanOptional

Whether this is the admin role. Only one role can be the admin role.

isGuestRolebooleanOptional

Whether this is the guest role. Only one role can be the guest role.

idstringOptionalformat: "uuid"

The id of the role.

isPresetbooleanOptional

Whether this role is one of the preset roles. Preset roles can be edited, archived and deleted.

isArchivedbooleanOptional

Whether the role has been archived.

createdBystringOptionalformat: "uuid"

The id of the user who created this role.

createdOndatetimeOptional

The date this role was created.

updatedBystringOptionalformat: "uuid"

The id of the user who updated this role.

updatedOndatetimeOptional

The date this role was last modified.

Built with