User (Integration Mappings)

A user representation for integration mappings API purposes. Fields name and login are not required.

This resource has a few variations that can be encountered when using the API.

The fields that are part of the base variant represent the default fields that are always returned when using the fields query parameter, additional to the fields specified in the parameter.

string
11446498

The unique identifier for this user

string
user

user

Value is always user

string / email
ceo@example.com

The primary email address of this user

string
Aaron Levie50

The display name of this user

Response Example

{
  "id": "11446498",
  "type": "user",
  "login": "ceo@example.com",
  "name": "Aaron Levie"
}