Skip to main content
API version 2024.0 A mini representation of a user, as can be returned when nested within other resources.
This resource has a few variations that can be encountered when using the API.The fields that are part of the mini variant are generally returned when the resource is nested within the response for another resource.
id
string
example: 11446498The unique identifier for this user.
type
string
example: userThe value will always be user.Value is always user
login
string(email)
example: [email protected]The primary email address of this user.
name
string
example: Aaron LevieThe display name of this user.
{
  "id": "11446498",
  "type": "user",
  "login": "[email protected]",
  "name": "Aaron Levie"
}