Jira · JSON Structure

Jira Cloud Platform Rest User Details Structure

Type: object Properties: 7
AgileIssue TrackingITSMProject ManagementService Management

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

Properties

self accountId emailAddress displayName active timeZone accountType

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "UserDetails",
  "type": "object",
  "properties": {
    "self": {
      "type": "string"
    },
    "accountId": {
      "type": "string"
    },
    "emailAddress": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    },
    "active": {
      "type": "boolean"
    },
    "timeZone": {
      "type": "string"
    },
    "accountType": {
      "type": "string"
    }
  }
}