Jira · Example Payload

Jira Cloud Platform Rest User Details Example

AgileIssue TrackingITSMProject ManagementService Management

Jira Cloud Platform Rest User Details Example is an example object payload from Jira, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

selfaccountIdemailAddressdisplayNameactivetimeZoneaccountType

Example Payload

Raw ↑
{
  "self": "example_value",
  "accountId": "500123",
  "emailAddress": "user@example.com",
  "displayName": "example_value",
  "active": true,
  "timeZone": "example_value",
  "accountType": "example_value"
}