Atlassian · Schema

GroupPage

A paginated list of groups.

CodeCollaborationPlatformProductivitySoftware Development

Properties

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

JSON Schema

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