Atlassian · Example Payload

Atlassian Atlassianfindusersforpicker Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Atlassianfindusersforpicker Example is an example object payload from Atlassian, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "atlassianFindusersforpicker",
  "method": "GET",
  "path": "/rest/api/3/user/picker",
  "summary": "Atlassian Find Users For Picker",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": "{\"header\":\"Showing 20 of 25 matching groups\",\"total\":25,\"users\":[{\"accountId\":\"5b10a2844c20165700ede21g\",\"accountType\":\"atlassian\",\"avatarUrl\":\"https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16\",\"displayName\":\"Mia Krystof\",\"html\":\"<strong>Mi</strong>a Krystof - <strong>mi</strong>a@example.com (<strong>mi</strong>a)\",\"key\":\"mia\",\"name\":\"mia\"}]}"
    }
  ]
}