Atlassian · Schema

UserPickerUser

A user found in a search.

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*.
avatarUrl string The avatar URL of the user.
displayName string The display name of the user. Depending on the user’s privacy setting, this may be returned as null.
html string The display name, email address, and key of the user with the matched query string highlighted with the HTML bold tag.
key string This property is no longer available. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.
name string This property is no longer available . See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.
View JSON Schema on GitHub

JSON Schema

atlassian-userpickeruser-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UserPickerUser",
  "title": "UserPickerUser",
  "additionalProperties": false,
  "description": "A user found in a search.",
  "properties": {
    "accountId": {
      "description": "The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.",
      "type": "string"
    },
    "avatarUrl": {
      "description": "The avatar URL of the user.",
      "format": "uri",
      "type": "string"
    },
    "displayName": {
      "description": "The display name of the user. Depending on the user\u2019s privacy setting, this may be returned as null.",
      "type": "string"
    },
    "html": {
      "description": "The display name, email address, and key of the user with the matched query string highlighted with the HTML bold tag.",
      "type": "string"
    },
    "key": {
      "description": "This property is no longer available. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.",
      "type": "string"
    },
    "name": {
      "description": "This property is no longer available . See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.",
      "type": "string"
    }
  },
  "type": "object"
}

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-userpickeruser"
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 email required.

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