Atlassian · Schema

UserPage

A paginated list of users.

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
data array The list of users.
View JSON Schema on GitHub

JSON Schema

atlassian-admin-user-page-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "UserPage",
  "type": "object",
  "description": "A paginated list of users.",
  "properties": {
    "data": {
      "type": "array",
      "description": "The list of users."
    }
  }
}