Atlassian · Schema

RoleAssignmentRequest

Request body for assigning or revoking product roles.

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
roles array
View JSON Schema on GitHub

JSON Schema

atlassian-admin-role-assignment-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RoleAssignmentRequest",
  "type": "object",
  "description": "Request body for assigning or revoking product roles.",
  "properties": {
    "roles": {
      "type": "array"
    }
  }
}