Atlassian · Schema

FoundUsersAndGroups

List of users and groups found in a search.

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
groups object
users object
View JSON Schema on GitHub

JSON Schema

atlassian-foundusersandgroups-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FoundUsersAndGroups",
  "title": "FoundUsersAndGroups",
  "additionalProperties": false,
  "description": "List of users and groups found in a search.",
  "properties": {
    "groups": {
      "$ref": "#/components/schemas/FoundGroups"
    },
    "users": {
      "$ref": "#/components/schemas/FoundUsers"
    }
  },
  "type": "object"
}