Atlassian · Schema

ProjectRoleUser

Details of the user associated with the role.

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
accountId string The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*. Returns *unknown* if the record is deleted and corrupted, for exa
View JSON Schema on GitHub

JSON Schema

atlassian-projectroleuser-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProjectRoleUser",
  "title": "ProjectRoleUser",
  "additionalProperties": false,
  "description": "Details of the user associated with the role.",
  "properties": {
    "accountId": {
      "description": "The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*. Returns *unknown* if the record is deleted and corrupted, for example, as the result of a server import.",
      "maxLength": 128,
      "readOnly": true,
      "type": "string"
    }
  },
  "type": "object"
}