Archives or unarchives the role with the specified id.

POST

Archives or unarchives the role with the specified id. An archived role still exists for all users currently using it, but users can no longer be assigned to this role.

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

Path parameters

roleIdstringRequired

Id of the role which will be archived.

Request

This endpoint expects an object.
isArchivedbooleanRequired

Flags the entity as archived.

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.

idstringOptional

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.

createdBystringOptional

The id of the user who created this role.

createdOndatetimeOptional

The date this role was created.

updatedBystringOptional

The id of the user who updated this role.

updatedOndatetimeOptional

The date this role was last modified.