Atlassian · JSON Structure

Atlassian Admin 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

account_id account_type account_status name email picture nickname last_active created product_access

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": {
    "account_id": {
      "type": "string"
    },
    "account_type": {
      "type": "string"
    },
    "account_status": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "picture": {
      "type": "string"
    },
    "nickname": {
      "type": "string"
    },
    "last_active": {
      "type": "string"
    },
    "created": {
      "type": "string"
    },
    "product_access": {
      "type": "array"
    }
  }
}