Atlassian · Schema

User

Represents a user account in an Atlassian organization.

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
account_id string The unique Atlassian account identifier.
account_type string The type of account.
account_status string The current status of the account.
name string The display name of the user.
email string The email address of the user.
picture string URL of the user's profile picture.
nickname string The nickname of the user.
last_active string The last time the user was active.
created string When the user account was created.
product_access array Products the user has access to.
View JSON Schema on GitHub

JSON Schema

atlassian-user-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/User",
  "title": "User",
  "type": "object",
  "description": "Represents a user account in an Atlassian organization.",
  "properties": {
    "account_id": {
      "type": "string",
      "description": "The unique Atlassian account identifier.",
      "example": "500123"
    },
    "account_type": {
      "type": "string",
      "description": "The type of account.",
      "enum": [
        "atlassian",
        "customer",
        "app"
      ],
      "example": "atlassian"
    },
    "account_status": {
      "type": "string",
      "description": "The current status of the account.",
      "enum": [
        "active",
        "inactive",
        "closed"
      ],
      "example": "active"
    },
    "name": {
      "type": "string",
      "description": "The display name of the user.",
      "example": "Example Title"
    },
    "email": {
      "type": "string",
      "format": "email",
      "description": "The email address of the user.",
      "example": "user@example.com"
    },
    "picture": {
      "type": "string",
      "format": "uri",
      "description": "URL of the user's profile picture.",
      "example": "https://www.example.com"
    },
    "nickname": {
      "type": "string",
      "description": "The nickname of the user.",
      "example": "example_value"
    },
    "last_active": {
      "type": "string",
      "format": "date-time",
      "description": "The last time the user was active.",
      "example": "2026-01-15T10:30:00Z"
    },
    "created": {
      "type": "string",
      "format": "date-time",
      "description": "When the user account was created.",
      "example": "2026-01-15T10:30:00Z"
    },
    "product_access": {
      "type": "array",
      "description": "Products the user has access to.",
      "items": {
        "type": "object",
        "properties": {
          "key": {
            "type": "string",
            "description": "The product key."
          },
          "name": {
            "type": "string",
            "description": "The product name."
          },
          "url": {
            "type": "string",
            "format": "uri",
            "description": "The URL of the product site."
          },
          "last_active": {
            "type": "string",
            "format": "date-time",
            "description": "Last time the user accessed this product."
          }
        }
      },
      "example": []
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/atlassian-user"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.