Atlassian · JSON Structure

Atlassian Confluence Content User Structure

Type: object Properties: 10
CodeCollaborationPlatformProductivitySoftware Development

User is a JSON Structure definition published by Atlassian, describing 10 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

type accountType email publicName displayName timeZone isExternalCollaborator externalCollaborator operations _expandable

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "User",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "accountType": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "publicName": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    },
    "timeZone": {
      "type": "string"
    },
    "isExternalCollaborator": {
      "type": "boolean"
    },
    "externalCollaborator": {
      "type": "boolean"
    },
    "operations": {
      "type": "array"
    },
    "_expandable": {
      "type": "object"
    }
  }
}