diff --git a/content/en/api/v2/downtimes/examples.json b/content/en/api/v2/downtimes/examples.json index c9793d6cc892d..b3972c66e9c87 100644 --- a/content/en/api/v2/downtimes/examples.json +++ b/content/en/api/v2/downtimes/examples.json @@ -66,6 +66,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -116,7 +117,7 @@ } } }, - "html": "
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array of downtimes.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Downtime details.

\n
\n
\n
\n
\n
\n

canceled

\n
\n

date-time

\n

Time that the downtime was canceled.

\n
\n \n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Creation time of the downtime.

\n
\n \n
\n
\n
\n
\n
\n

display_timezone

\n
\n

string

\n

The timezone in which to display the downtime's start and end times in Datadog applications. This is not used\nas an offset for scheduling.

default: UTC

\n
\n \n
\n
\n
\n
\n
\n

message

\n
\n

string

\n

A message to include with notifications for this downtime. Email notifications can be sent to specific users\nby using the same @username notation as events.

\n
\n \n
\n
\n
\n
\n
\n

modified

\n
\n

date-time

\n

Time that the downtime was last modified.

\n
\n \n
\n
\n
\n
\n
\n

monitor_identifier

\n
\n

 <oneOf>

\n

Monitor identifier for the downtime.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

Object of the monitor identifier.

\n
\n
\n
\n
\n
\n

monitor_id [required]

\n
\n

int64

\n

ID of the monitor to prevent notifications.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Object of the monitor tags.

\n
\n
\n
\n
\n
\n

monitor_tags [required]

\n
\n

[string]

\n

A list of monitor tags. For example, tags that are applied directly to monitors,\nnot tags that are used in monitor queries (which are filtered by the scope parameter), to which the downtime applies.\nThe resulting downtime applies to monitors that match all provided monitor tags. Setting monitor_tags\nto [*] configures the downtime to mute all monitors for the given scope.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

mute_first_recovery_notification

\n
\n

boolean

\n

If the first recovery notification during a downtime should be muted.

\n
\n \n
\n
\n
\n
\n
\n

notify_end_states

\n
\n

[string]

\n

States that will trigger a monitor notification when the notify_end_types action occurs.

\n
\n \n
\n
\n
\n
\n
\n

notify_end_types

\n
\n

[string]

\n

Actions that will trigger a monitor notification if the downtime is in the notify_end_types state.

\n
\n \n
\n
\n
\n
\n
\n

schedule

\n
\n

 <oneOf>

\n

The schedule that defines when the monitor starts, stops, and recurs. There are two types of schedules:\none-time and recurring. Recurring schedules may have up to five RRULE-based recurrences. If no schedules are\nprovided, the downtime will begin immediately and never end.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

A recurring downtime schedule definition.

\n
\n
\n
\n
\n
\n

current_downtime

\n
\n

object

\n

The most recent actual start and end dates for a recurring downtime. For a canceled downtime,\nthis is the previously occurring downtime. For active downtimes, this is the ongoing downtime, and for scheduled\ndowntimes it is the upcoming downtime.

\n
\n
\n
\n
\n
\n

end

\n
\n

date-time

\n

The end of the current downtime.

\n
\n \n
\n
\n
\n
\n
\n

start

\n
\n

date-time

\n

The start of the current downtime.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

recurrences [required]

\n
\n

[object]

\n

A list of downtime recurrences.

\n
\n
\n
\n
\n
\n

duration

\n
\n

string

\n

The length of the downtime. Must begin with an integer and end with one of 'm', 'h', d', or 'w'.

\n
\n \n
\n
\n
\n
\n
\n

rrule

\n
\n

string

\n

The RRULE standard for defining recurring events.\nFor example, to have a recurring event on the first day of each month, set the type to rrule and set the FREQ to MONTHLY and BYMONTHDAY to 1.\nMost common rrule options from the iCalendar Spec are supported.

\n

Note: Attributes specifying the duration in RRULE are not supported (for example, DTSTART, DTEND, DURATION).\nMore examples available in this downtime guide.

\n
\n \n
\n
\n
\n
\n
\n

start

\n
\n

string

\n

ISO-8601 Datetime to start the downtime. Must not include a UTC offset. If not provided, the\ndowntime starts the moment it is created.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

timezone

\n
\n

string

\n

The timezone in which to schedule the downtime. This affects recurring start and end dates.\nMust match display_timezone.

default: UTC

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

A one-time downtime definition.

\n
\n
\n
\n
\n
\n

end

\n
\n

date-time

\n

ISO-8601 Datetime to end the downtime.

\n
\n \n
\n
\n
\n
\n
\n

start [required]

\n
\n

date-time

\n

ISO-8601 Datetime to start the downtime.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

scope

\n
\n

string

\n

The scope to which the downtime applies. Must follow the common search syntax.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

enum

\n

The current status of the downtime. \nAllowed enum values: active,canceled,ended,scheduled

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The downtime ID.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

All relationships associated with downtime.

\n
\n
\n
\n
\n
\n

created_by

\n
\n

object

\n

The user who created the downtime.

\n
\n
\n
\n
\n
\n

data

\n
\n

object

\n

Data for the user who created the downtime.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

User ID of the downtime creator.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

monitor

\n
\n

object

\n

The monitor identified by the downtime.

\n
\n
\n
\n
\n
\n

data

\n
\n

object

\n

Data for the monitor.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

Monitor ID of the downtime.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Monitor resource type. \nAllowed enum values: monitors

default: monitors

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Downtime resource type. \nAllowed enum values: downtime

default: downtime

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the downtimes.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Information about the monitor identified by the downtime.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the monitor identified by the downtime.

\n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

The name of the monitor identified by the downtime.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

int64

\n

ID of the monitor identified by the downtime.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Monitor resource type. \nAllowed enum values: monitors

default: monitors

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

meta

\n
\n

object

\n

Pagination metadata returned by the API.

\n
\n
\n
\n
\n
\n

page

\n
\n

object

\n

Object containing the total filtered count.

\n
\n
\n
\n
\n
\n

total_filtered_count

\n
\n

int64

\n

Total count of elements matched by the filter.

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array of downtimes.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Downtime details.

\n
\n
\n
\n
\n
\n

canceled

\n
\n

date-time

\n

Time that the downtime was canceled.

\n
\n \n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Creation time of the downtime.

\n
\n \n
\n
\n
\n
\n
\n

display_timezone

\n
\n

string

\n

The timezone in which to display the downtime's start and end times in Datadog applications. This is not used\nas an offset for scheduling.

default: UTC

\n
\n \n
\n
\n
\n
\n
\n

message

\n
\n

string

\n

A message to include with notifications for this downtime. Email notifications can be sent to specific users\nby using the same @username notation as events.

\n
\n \n
\n
\n
\n
\n
\n

modified

\n
\n

date-time

\n

Time that the downtime was last modified.

\n
\n \n
\n
\n
\n
\n
\n

monitor_identifier

\n
\n

 <oneOf>

\n

Monitor identifier for the downtime.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

Object of the monitor identifier.

\n
\n
\n
\n
\n
\n

monitor_id [required]

\n
\n

int64

\n

ID of the monitor to prevent notifications.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Object of the monitor tags.

\n
\n
\n
\n
\n
\n

monitor_tags [required]

\n
\n

[string]

\n

A list of monitor tags. For example, tags that are applied directly to monitors,\nnot tags that are used in monitor queries (which are filtered by the scope parameter), to which the downtime applies.\nThe resulting downtime applies to monitors that match all provided monitor tags. Setting monitor_tags\nto [*] configures the downtime to mute all monitors for the given scope.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

mute_first_recovery_notification

\n
\n

boolean

\n

If the first recovery notification during a downtime should be muted.

\n
\n \n
\n
\n
\n
\n
\n

notify_end_states

\n
\n

[string]

\n

States that will trigger a monitor notification when the notify_end_types action occurs.

\n
\n \n
\n
\n
\n
\n
\n

notify_end_types

\n
\n

[string]

\n

Actions that will trigger a monitor notification if the downtime is in the notify_end_types state.

\n
\n \n
\n
\n
\n
\n
\n

schedule

\n
\n

 <oneOf>

\n

The schedule that defines when the monitor starts, stops, and recurs. There are two types of schedules:\none-time and recurring. Recurring schedules may have up to five RRULE-based recurrences. If no schedules are\nprovided, the downtime will begin immediately and never end.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

A recurring downtime schedule definition.

\n
\n
\n
\n
\n
\n

current_downtime

\n
\n

object

\n

The most recent actual start and end dates for a recurring downtime. For a canceled downtime,\nthis is the previously occurring downtime. For active downtimes, this is the ongoing downtime, and for scheduled\ndowntimes it is the upcoming downtime.

\n
\n
\n
\n
\n
\n

end

\n
\n

date-time

\n

The end of the current downtime.

\n
\n \n
\n
\n
\n
\n
\n

start

\n
\n

date-time

\n

The start of the current downtime.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

recurrences [required]

\n
\n

[object]

\n

A list of downtime recurrences.

\n
\n
\n
\n
\n
\n

duration

\n
\n

string

\n

The length of the downtime. Must begin with an integer and end with one of 'm', 'h', d', or 'w'.

\n
\n \n
\n
\n
\n
\n
\n

rrule

\n
\n

string

\n

The RRULE standard for defining recurring events.\nFor example, to have a recurring event on the first day of each month, set the type to rrule and set the FREQ to MONTHLY and BYMONTHDAY to 1.\nMost common rrule options from the iCalendar Spec are supported.

\n

Note: Attributes specifying the duration in RRULE are not supported (for example, DTSTART, DTEND, DURATION).\nMore examples available in this downtime guide.

\n
\n \n
\n
\n
\n
\n
\n

start

\n
\n

string

\n

ISO-8601 Datetime to start the downtime. Must not include a UTC offset. If not provided, the\ndowntime starts the moment it is created.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

timezone

\n
\n

string

\n

The timezone in which to schedule the downtime. This affects recurring start and end dates.\nMust match display_timezone.

default: UTC

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

A one-time downtime definition.

\n
\n
\n
\n
\n
\n

end

\n
\n

date-time

\n

ISO-8601 Datetime to end the downtime.

\n
\n \n
\n
\n
\n
\n
\n

start [required]

\n
\n

date-time

\n

ISO-8601 Datetime to start the downtime.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

scope

\n
\n

string

\n

The scope to which the downtime applies. Must follow the common search syntax.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

enum

\n

The current status of the downtime. \nAllowed enum values: active,canceled,ended,scheduled

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The downtime ID.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

All relationships associated with downtime.

\n
\n
\n
\n
\n
\n

created_by

\n
\n

object

\n

The user who created the downtime.

\n
\n
\n
\n
\n
\n

data

\n
\n

object

\n

Data for the user who created the downtime.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

User ID of the downtime creator.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

monitor

\n
\n

object

\n

The monitor identified by the downtime.

\n
\n
\n
\n
\n
\n

data

\n
\n

object

\n

Data for the monitor.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

Monitor ID of the downtime.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Monitor resource type. \nAllowed enum values: monitors

default: monitors

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Downtime resource type. \nAllowed enum values: downtime

default: downtime

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the downtimes.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Information about the monitor identified by the downtime.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the monitor identified by the downtime.

\n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

The name of the monitor identified by the downtime.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

int64

\n

ID of the monitor identified by the downtime.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Monitor resource type. \nAllowed enum values: monitors

default: monitors

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

meta

\n
\n

object

\n

Pagination metadata returned by the API.

\n
\n
\n
\n
\n
\n

page

\n
\n

object

\n

Object containing the total filtered count.

\n
\n
\n
\n
\n
\n

total_filtered_count

\n
\n

int64

\n

Total count of elements matched by the filter.

\n
\n \n
\n
\n
\n
\n
\n
" }, "403": { "json": { @@ -206,6 +207,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -251,7 +253,7 @@ } ] }, - "html": "
\n
\n
\n
\n

data

\n
\n

object

\n

Downtime data.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Downtime details.

\n
\n
\n
\n
\n
\n

canceled

\n
\n

date-time

\n

Time that the downtime was canceled.

\n
\n \n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Creation time of the downtime.

\n
\n \n
\n
\n
\n
\n
\n

display_timezone

\n
\n

string

\n

The timezone in which to display the downtime's start and end times in Datadog applications. This is not used\nas an offset for scheduling.

default: UTC

\n
\n \n
\n
\n
\n
\n
\n

message

\n
\n

string

\n

A message to include with notifications for this downtime. Email notifications can be sent to specific users\nby using the same @username notation as events.

\n
\n \n
\n
\n
\n
\n
\n

modified

\n
\n

date-time

\n

Time that the downtime was last modified.

\n
\n \n
\n
\n
\n
\n
\n

monitor_identifier

\n
\n

 <oneOf>

\n

Monitor identifier for the downtime.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

Object of the monitor identifier.

\n
\n
\n
\n
\n
\n

monitor_id [required]

\n
\n

int64

\n

ID of the monitor to prevent notifications.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Object of the monitor tags.

\n
\n
\n
\n
\n
\n

monitor_tags [required]

\n
\n

[string]

\n

A list of monitor tags. For example, tags that are applied directly to monitors,\nnot tags that are used in monitor queries (which are filtered by the scope parameter), to which the downtime applies.\nThe resulting downtime applies to monitors that match all provided monitor tags. Setting monitor_tags\nto [*] configures the downtime to mute all monitors for the given scope.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

mute_first_recovery_notification

\n
\n

boolean

\n

If the first recovery notification during a downtime should be muted.

\n
\n \n
\n
\n
\n
\n
\n

notify_end_states

\n
\n

[string]

\n

States that will trigger a monitor notification when the notify_end_types action occurs.

\n
\n \n
\n
\n
\n
\n
\n

notify_end_types

\n
\n

[string]

\n

Actions that will trigger a monitor notification if the downtime is in the notify_end_types state.

\n
\n \n
\n
\n
\n
\n
\n

schedule

\n
\n

 <oneOf>

\n

The schedule that defines when the monitor starts, stops, and recurs. There are two types of schedules:\none-time and recurring. Recurring schedules may have up to five RRULE-based recurrences. If no schedules are\nprovided, the downtime will begin immediately and never end.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

A recurring downtime schedule definition.

\n
\n
\n
\n
\n
\n

current_downtime

\n
\n

object

\n

The most recent actual start and end dates for a recurring downtime. For a canceled downtime,\nthis is the previously occurring downtime. For active downtimes, this is the ongoing downtime, and for scheduled\ndowntimes it is the upcoming downtime.

\n
\n
\n
\n
\n
\n

end

\n
\n

date-time

\n

The end of the current downtime.

\n
\n \n
\n
\n
\n
\n
\n

start

\n
\n

date-time

\n

The start of the current downtime.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

recurrences [required]

\n
\n

[object]

\n

A list of downtime recurrences.

\n
\n
\n
\n
\n
\n

duration

\n
\n

string

\n

The length of the downtime. Must begin with an integer and end with one of 'm', 'h', d', or 'w'.

\n
\n \n
\n
\n
\n
\n
\n

rrule

\n
\n

string

\n

The RRULE standard for defining recurring events.\nFor example, to have a recurring event on the first day of each month, set the type to rrule and set the FREQ to MONTHLY and BYMONTHDAY to 1.\nMost common rrule options from the iCalendar Spec are supported.

\n

Note: Attributes specifying the duration in RRULE are not supported (for example, DTSTART, DTEND, DURATION).\nMore examples available in this downtime guide.

\n
\n \n
\n
\n
\n
\n
\n

start

\n
\n

string

\n

ISO-8601 Datetime to start the downtime. Must not include a UTC offset. If not provided, the\ndowntime starts the moment it is created.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

timezone

\n
\n

string

\n

The timezone in which to schedule the downtime. This affects recurring start and end dates.\nMust match display_timezone.

default: UTC

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

A one-time downtime definition.

\n
\n
\n
\n
\n
\n

end

\n
\n

date-time

\n

ISO-8601 Datetime to end the downtime.

\n
\n \n
\n
\n
\n
\n
\n

start [required]

\n
\n

date-time

\n

ISO-8601 Datetime to start the downtime.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

scope

\n
\n

string

\n

The scope to which the downtime applies. Must follow the common search syntax.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

enum

\n

The current status of the downtime. \nAllowed enum values: active,canceled,ended,scheduled

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The downtime ID.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

All relationships associated with downtime.

\n
\n
\n
\n
\n
\n

created_by

\n
\n

object

\n

The user who created the downtime.

\n
\n
\n
\n
\n
\n

data

\n
\n

object

\n

Data for the user who created the downtime.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

User ID of the downtime creator.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

monitor

\n
\n

object

\n

The monitor identified by the downtime.

\n
\n
\n
\n
\n
\n

data

\n
\n

object

\n

Data for the monitor.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

Monitor ID of the downtime.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Monitor resource type. \nAllowed enum values: monitors

default: monitors

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Downtime resource type. \nAllowed enum values: downtime

default: downtime

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the downtime that the user requested.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Information about the monitor identified by the downtime.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the monitor identified by the downtime.

\n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

The name of the monitor identified by the downtime.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

int64

\n

ID of the monitor identified by the downtime.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Monitor resource type. \nAllowed enum values: monitors

default: monitors

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data

\n
\n

object

\n

Downtime data.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Downtime details.

\n
\n
\n
\n
\n
\n

canceled

\n
\n

date-time

\n

Time that the downtime was canceled.

\n
\n \n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Creation time of the downtime.

\n
\n \n
\n
\n
\n
\n
\n

display_timezone

\n
\n

string

\n

The timezone in which to display the downtime's start and end times in Datadog applications. This is not used\nas an offset for scheduling.

default: UTC

\n
\n \n
\n
\n
\n
\n
\n

message

\n
\n

string

\n

A message to include with notifications for this downtime. Email notifications can be sent to specific users\nby using the same @username notation as events.

\n
\n \n
\n
\n
\n
\n
\n

modified

\n
\n

date-time

\n

Time that the downtime was last modified.

\n
\n \n
\n
\n
\n
\n
\n

monitor_identifier

\n
\n

 <oneOf>

\n

Monitor identifier for the downtime.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

Object of the monitor identifier.

\n
\n
\n
\n
\n
\n

monitor_id [required]

\n
\n

int64

\n

ID of the monitor to prevent notifications.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Object of the monitor tags.

\n
\n
\n
\n
\n
\n

monitor_tags [required]

\n
\n

[string]

\n

A list of monitor tags. For example, tags that are applied directly to monitors,\nnot tags that are used in monitor queries (which are filtered by the scope parameter), to which the downtime applies.\nThe resulting downtime applies to monitors that match all provided monitor tags. Setting monitor_tags\nto [*] configures the downtime to mute all monitors for the given scope.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

mute_first_recovery_notification

\n
\n

boolean

\n

If the first recovery notification during a downtime should be muted.

\n
\n \n
\n
\n
\n
\n
\n

notify_end_states

\n
\n

[string]

\n

States that will trigger a monitor notification when the notify_end_types action occurs.

\n
\n \n
\n
\n
\n
\n
\n

notify_end_types

\n
\n

[string]

\n

Actions that will trigger a monitor notification if the downtime is in the notify_end_types state.

\n
\n \n
\n
\n
\n
\n
\n

schedule

\n
\n

 <oneOf>

\n

The schedule that defines when the monitor starts, stops, and recurs. There are two types of schedules:\none-time and recurring. Recurring schedules may have up to five RRULE-based recurrences. If no schedules are\nprovided, the downtime will begin immediately and never end.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

A recurring downtime schedule definition.

\n
\n
\n
\n
\n
\n

current_downtime

\n
\n

object

\n

The most recent actual start and end dates for a recurring downtime. For a canceled downtime,\nthis is the previously occurring downtime. For active downtimes, this is the ongoing downtime, and for scheduled\ndowntimes it is the upcoming downtime.

\n
\n
\n
\n
\n
\n

end

\n
\n

date-time

\n

The end of the current downtime.

\n
\n \n
\n
\n
\n
\n
\n

start

\n
\n

date-time

\n

The start of the current downtime.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

recurrences [required]

\n
\n

[object]

\n

A list of downtime recurrences.

\n
\n
\n
\n
\n
\n

duration

\n
\n

string

\n

The length of the downtime. Must begin with an integer and end with one of 'm', 'h', d', or 'w'.

\n
\n \n
\n
\n
\n
\n
\n

rrule

\n
\n

string

\n

The RRULE standard for defining recurring events.\nFor example, to have a recurring event on the first day of each month, set the type to rrule and set the FREQ to MONTHLY and BYMONTHDAY to 1.\nMost common rrule options from the iCalendar Spec are supported.

\n

Note: Attributes specifying the duration in RRULE are not supported (for example, DTSTART, DTEND, DURATION).\nMore examples available in this downtime guide.

\n
\n \n
\n
\n
\n
\n
\n

start

\n
\n

string

\n

ISO-8601 Datetime to start the downtime. Must not include a UTC offset. If not provided, the\ndowntime starts the moment it is created.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

timezone

\n
\n

string

\n

The timezone in which to schedule the downtime. This affects recurring start and end dates.\nMust match display_timezone.

default: UTC

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

A one-time downtime definition.

\n
\n
\n
\n
\n
\n

end

\n
\n

date-time

\n

ISO-8601 Datetime to end the downtime.

\n
\n \n
\n
\n
\n
\n
\n

start [required]

\n
\n

date-time

\n

ISO-8601 Datetime to start the downtime.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

scope

\n
\n

string

\n

The scope to which the downtime applies. Must follow the common search syntax.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

enum

\n

The current status of the downtime. \nAllowed enum values: active,canceled,ended,scheduled

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The downtime ID.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

All relationships associated with downtime.

\n
\n
\n
\n
\n
\n

created_by

\n
\n

object

\n

The user who created the downtime.

\n
\n
\n
\n
\n
\n

data

\n
\n

object

\n

Data for the user who created the downtime.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

User ID of the downtime creator.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

monitor

\n
\n

object

\n

The monitor identified by the downtime.

\n
\n
\n
\n
\n
\n

data

\n
\n

object

\n

Data for the monitor.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

Monitor ID of the downtime.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Monitor resource type. \nAllowed enum values: monitors

default: monitors

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Downtime resource type. \nAllowed enum values: downtime

default: downtime

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the downtime that the user requested.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Information about the monitor identified by the downtime.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the monitor identified by the downtime.

\n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

The name of the monitor identified by the downtime.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

int64

\n

ID of the monitor identified by the downtime.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Monitor resource type. \nAllowed enum values: monitors

default: monitors

\n
\n \n
\n
\n
\n
\n
\n
" }, "400": { "json": { @@ -429,6 +431,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -474,7 +477,7 @@ } ] }, - "html": "
\n
\n
\n
\n

data

\n
\n

object

\n

Downtime data.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Downtime details.

\n
\n
\n
\n
\n
\n

canceled

\n
\n

date-time

\n

Time that the downtime was canceled.

\n
\n \n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Creation time of the downtime.

\n
\n \n
\n
\n
\n
\n
\n

display_timezone

\n
\n

string

\n

The timezone in which to display the downtime's start and end times in Datadog applications. This is not used\nas an offset for scheduling.

default: UTC

\n
\n \n
\n
\n
\n
\n
\n

message

\n
\n

string

\n

A message to include with notifications for this downtime. Email notifications can be sent to specific users\nby using the same @username notation as events.

\n
\n \n
\n
\n
\n
\n
\n

modified

\n
\n

date-time

\n

Time that the downtime was last modified.

\n
\n \n
\n
\n
\n
\n
\n

monitor_identifier

\n
\n

 <oneOf>

\n

Monitor identifier for the downtime.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

Object of the monitor identifier.

\n
\n
\n
\n
\n
\n

monitor_id [required]

\n
\n

int64

\n

ID of the monitor to prevent notifications.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Object of the monitor tags.

\n
\n
\n
\n
\n
\n

monitor_tags [required]

\n
\n

[string]

\n

A list of monitor tags. For example, tags that are applied directly to monitors,\nnot tags that are used in monitor queries (which are filtered by the scope parameter), to which the downtime applies.\nThe resulting downtime applies to monitors that match all provided monitor tags. Setting monitor_tags\nto [*] configures the downtime to mute all monitors for the given scope.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

mute_first_recovery_notification

\n
\n

boolean

\n

If the first recovery notification during a downtime should be muted.

\n
\n \n
\n
\n
\n
\n
\n

notify_end_states

\n
\n

[string]

\n

States that will trigger a monitor notification when the notify_end_types action occurs.

\n
\n \n
\n
\n
\n
\n
\n

notify_end_types

\n
\n

[string]

\n

Actions that will trigger a monitor notification if the downtime is in the notify_end_types state.

\n
\n \n
\n
\n
\n
\n
\n

schedule

\n
\n

 <oneOf>

\n

The schedule that defines when the monitor starts, stops, and recurs. There are two types of schedules:\none-time and recurring. Recurring schedules may have up to five RRULE-based recurrences. If no schedules are\nprovided, the downtime will begin immediately and never end.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

A recurring downtime schedule definition.

\n
\n
\n
\n
\n
\n

current_downtime

\n
\n

object

\n

The most recent actual start and end dates for a recurring downtime. For a canceled downtime,\nthis is the previously occurring downtime. For active downtimes, this is the ongoing downtime, and for scheduled\ndowntimes it is the upcoming downtime.

\n
\n
\n
\n
\n
\n

end

\n
\n

date-time

\n

The end of the current downtime.

\n
\n \n
\n
\n
\n
\n
\n

start

\n
\n

date-time

\n

The start of the current downtime.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

recurrences [required]

\n
\n

[object]

\n

A list of downtime recurrences.

\n
\n
\n
\n
\n
\n

duration

\n
\n

string

\n

The length of the downtime. Must begin with an integer and end with one of 'm', 'h', d', or 'w'.

\n
\n \n
\n
\n
\n
\n
\n

rrule

\n
\n

string

\n

The RRULE standard for defining recurring events.\nFor example, to have a recurring event on the first day of each month, set the type to rrule and set the FREQ to MONTHLY and BYMONTHDAY to 1.\nMost common rrule options from the iCalendar Spec are supported.

\n

Note: Attributes specifying the duration in RRULE are not supported (for example, DTSTART, DTEND, DURATION).\nMore examples available in this downtime guide.

\n
\n \n
\n
\n
\n
\n
\n

start

\n
\n

string

\n

ISO-8601 Datetime to start the downtime. Must not include a UTC offset. If not provided, the\ndowntime starts the moment it is created.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

timezone

\n
\n

string

\n

The timezone in which to schedule the downtime. This affects recurring start and end dates.\nMust match display_timezone.

default: UTC

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

A one-time downtime definition.

\n
\n
\n
\n
\n
\n

end

\n
\n

date-time

\n

ISO-8601 Datetime to end the downtime.

\n
\n \n
\n
\n
\n
\n
\n

start [required]

\n
\n

date-time

\n

ISO-8601 Datetime to start the downtime.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

scope

\n
\n

string

\n

The scope to which the downtime applies. Must follow the common search syntax.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

enum

\n

The current status of the downtime. \nAllowed enum values: active,canceled,ended,scheduled

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The downtime ID.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

All relationships associated with downtime.

\n
\n
\n
\n
\n
\n

created_by

\n
\n

object

\n

The user who created the downtime.

\n
\n
\n
\n
\n
\n

data

\n
\n

object

\n

Data for the user who created the downtime.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

User ID of the downtime creator.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

monitor

\n
\n

object

\n

The monitor identified by the downtime.

\n
\n
\n
\n
\n
\n

data

\n
\n

object

\n

Data for the monitor.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

Monitor ID of the downtime.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Monitor resource type. \nAllowed enum values: monitors

default: monitors

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Downtime resource type. \nAllowed enum values: downtime

default: downtime

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the downtime that the user requested.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Information about the monitor identified by the downtime.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the monitor identified by the downtime.

\n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

The name of the monitor identified by the downtime.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

int64

\n

ID of the monitor identified by the downtime.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Monitor resource type. \nAllowed enum values: monitors

default: monitors

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data

\n
\n

object

\n

Downtime data.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Downtime details.

\n
\n
\n
\n
\n
\n

canceled

\n
\n

date-time

\n

Time that the downtime was canceled.

\n
\n \n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Creation time of the downtime.

\n
\n \n
\n
\n
\n
\n
\n

display_timezone

\n
\n

string

\n

The timezone in which to display the downtime's start and end times in Datadog applications. This is not used\nas an offset for scheduling.

default: UTC

\n
\n \n
\n
\n
\n
\n
\n

message

\n
\n

string

\n

A message to include with notifications for this downtime. Email notifications can be sent to specific users\nby using the same @username notation as events.

\n
\n \n
\n
\n
\n
\n
\n

modified

\n
\n

date-time

\n

Time that the downtime was last modified.

\n
\n \n
\n
\n
\n
\n
\n

monitor_identifier

\n
\n

 <oneOf>

\n

Monitor identifier for the downtime.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

Object of the monitor identifier.

\n
\n
\n
\n
\n
\n

monitor_id [required]

\n
\n

int64

\n

ID of the monitor to prevent notifications.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Object of the monitor tags.

\n
\n
\n
\n
\n
\n

monitor_tags [required]

\n
\n

[string]

\n

A list of monitor tags. For example, tags that are applied directly to monitors,\nnot tags that are used in monitor queries (which are filtered by the scope parameter), to which the downtime applies.\nThe resulting downtime applies to monitors that match all provided monitor tags. Setting monitor_tags\nto [*] configures the downtime to mute all monitors for the given scope.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

mute_first_recovery_notification

\n
\n

boolean

\n

If the first recovery notification during a downtime should be muted.

\n
\n \n
\n
\n
\n
\n
\n

notify_end_states

\n
\n

[string]

\n

States that will trigger a monitor notification when the notify_end_types action occurs.

\n
\n \n
\n
\n
\n
\n
\n

notify_end_types

\n
\n

[string]

\n

Actions that will trigger a monitor notification if the downtime is in the notify_end_types state.

\n
\n \n
\n
\n
\n
\n
\n

schedule

\n
\n

 <oneOf>

\n

The schedule that defines when the monitor starts, stops, and recurs. There are two types of schedules:\none-time and recurring. Recurring schedules may have up to five RRULE-based recurrences. If no schedules are\nprovided, the downtime will begin immediately and never end.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

A recurring downtime schedule definition.

\n
\n
\n
\n
\n
\n

current_downtime

\n
\n

object

\n

The most recent actual start and end dates for a recurring downtime. For a canceled downtime,\nthis is the previously occurring downtime. For active downtimes, this is the ongoing downtime, and for scheduled\ndowntimes it is the upcoming downtime.

\n
\n
\n
\n
\n
\n

end

\n
\n

date-time

\n

The end of the current downtime.

\n
\n \n
\n
\n
\n
\n
\n

start

\n
\n

date-time

\n

The start of the current downtime.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

recurrences [required]

\n
\n

[object]

\n

A list of downtime recurrences.

\n
\n
\n
\n
\n
\n

duration

\n
\n

string

\n

The length of the downtime. Must begin with an integer and end with one of 'm', 'h', d', or 'w'.

\n
\n \n
\n
\n
\n
\n
\n

rrule

\n
\n

string

\n

The RRULE standard for defining recurring events.\nFor example, to have a recurring event on the first day of each month, set the type to rrule and set the FREQ to MONTHLY and BYMONTHDAY to 1.\nMost common rrule options from the iCalendar Spec are supported.

\n

Note: Attributes specifying the duration in RRULE are not supported (for example, DTSTART, DTEND, DURATION).\nMore examples available in this downtime guide.

\n
\n \n
\n
\n
\n
\n
\n

start

\n
\n

string

\n

ISO-8601 Datetime to start the downtime. Must not include a UTC offset. If not provided, the\ndowntime starts the moment it is created.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

timezone

\n
\n

string

\n

The timezone in which to schedule the downtime. This affects recurring start and end dates.\nMust match display_timezone.

default: UTC

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

A one-time downtime definition.

\n
\n
\n
\n
\n
\n

end

\n
\n

date-time

\n

ISO-8601 Datetime to end the downtime.

\n
\n \n
\n
\n
\n
\n
\n

start [required]

\n
\n

date-time

\n

ISO-8601 Datetime to start the downtime.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

scope

\n
\n

string

\n

The scope to which the downtime applies. Must follow the common search syntax.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

enum

\n

The current status of the downtime. \nAllowed enum values: active,canceled,ended,scheduled

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The downtime ID.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

All relationships associated with downtime.

\n
\n
\n
\n
\n
\n

created_by

\n
\n

object

\n

The user who created the downtime.

\n
\n
\n
\n
\n
\n

data

\n
\n

object

\n

Data for the user who created the downtime.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

User ID of the downtime creator.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

monitor

\n
\n

object

\n

The monitor identified by the downtime.

\n
\n
\n
\n
\n
\n

data

\n
\n

object

\n

Data for the monitor.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

Monitor ID of the downtime.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Monitor resource type. \nAllowed enum values: monitors

default: monitors

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Downtime resource type. \nAllowed enum values: downtime

default: downtime

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the downtime that the user requested.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Information about the monitor identified by the downtime.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the monitor identified by the downtime.

\n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

The name of the monitor identified by the downtime.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

int64

\n

ID of the monitor identified by the downtime.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Monitor resource type. \nAllowed enum values: monitors

default: monitors

\n
\n \n
\n
\n
\n
\n
\n
" }, "400": { "json": { @@ -580,6 +583,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -625,7 +629,7 @@ } ] }, - "html": "
\n
\n
\n
\n

data

\n
\n

object

\n

Downtime data.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Downtime details.

\n
\n
\n
\n
\n
\n

canceled

\n
\n

date-time

\n

Time that the downtime was canceled.

\n
\n \n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Creation time of the downtime.

\n
\n \n
\n
\n
\n
\n
\n

display_timezone

\n
\n

string

\n

The timezone in which to display the downtime's start and end times in Datadog applications. This is not used\nas an offset for scheduling.

default: UTC

\n
\n \n
\n
\n
\n
\n
\n

message

\n
\n

string

\n

A message to include with notifications for this downtime. Email notifications can be sent to specific users\nby using the same @username notation as events.

\n
\n \n
\n
\n
\n
\n
\n

modified

\n
\n

date-time

\n

Time that the downtime was last modified.

\n
\n \n
\n
\n
\n
\n
\n

monitor_identifier

\n
\n

 <oneOf>

\n

Monitor identifier for the downtime.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

Object of the monitor identifier.

\n
\n
\n
\n
\n
\n

monitor_id [required]

\n
\n

int64

\n

ID of the monitor to prevent notifications.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Object of the monitor tags.

\n
\n
\n
\n
\n
\n

monitor_tags [required]

\n
\n

[string]

\n

A list of monitor tags. For example, tags that are applied directly to monitors,\nnot tags that are used in monitor queries (which are filtered by the scope parameter), to which the downtime applies.\nThe resulting downtime applies to monitors that match all provided monitor tags. Setting monitor_tags\nto [*] configures the downtime to mute all monitors for the given scope.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

mute_first_recovery_notification

\n
\n

boolean

\n

If the first recovery notification during a downtime should be muted.

\n
\n \n
\n
\n
\n
\n
\n

notify_end_states

\n
\n

[string]

\n

States that will trigger a monitor notification when the notify_end_types action occurs.

\n
\n \n
\n
\n
\n
\n
\n

notify_end_types

\n
\n

[string]

\n

Actions that will trigger a monitor notification if the downtime is in the notify_end_types state.

\n
\n \n
\n
\n
\n
\n
\n

schedule

\n
\n

 <oneOf>

\n

The schedule that defines when the monitor starts, stops, and recurs. There are two types of schedules:\none-time and recurring. Recurring schedules may have up to five RRULE-based recurrences. If no schedules are\nprovided, the downtime will begin immediately and never end.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

A recurring downtime schedule definition.

\n
\n
\n
\n
\n
\n

current_downtime

\n
\n

object

\n

The most recent actual start and end dates for a recurring downtime. For a canceled downtime,\nthis is the previously occurring downtime. For active downtimes, this is the ongoing downtime, and for scheduled\ndowntimes it is the upcoming downtime.

\n
\n
\n
\n
\n
\n

end

\n
\n

date-time

\n

The end of the current downtime.

\n
\n \n
\n
\n
\n
\n
\n

start

\n
\n

date-time

\n

The start of the current downtime.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

recurrences [required]

\n
\n

[object]

\n

A list of downtime recurrences.

\n
\n
\n
\n
\n
\n

duration

\n
\n

string

\n

The length of the downtime. Must begin with an integer and end with one of 'm', 'h', d', or 'w'.

\n
\n \n
\n
\n
\n
\n
\n

rrule

\n
\n

string

\n

The RRULE standard for defining recurring events.\nFor example, to have a recurring event on the first day of each month, set the type to rrule and set the FREQ to MONTHLY and BYMONTHDAY to 1.\nMost common rrule options from the iCalendar Spec are supported.

\n

Note: Attributes specifying the duration in RRULE are not supported (for example, DTSTART, DTEND, DURATION).\nMore examples available in this downtime guide.

\n
\n \n
\n
\n
\n
\n
\n

start

\n
\n

string

\n

ISO-8601 Datetime to start the downtime. Must not include a UTC offset. If not provided, the\ndowntime starts the moment it is created.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

timezone

\n
\n

string

\n

The timezone in which to schedule the downtime. This affects recurring start and end dates.\nMust match display_timezone.

default: UTC

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

A one-time downtime definition.

\n
\n
\n
\n
\n
\n

end

\n
\n

date-time

\n

ISO-8601 Datetime to end the downtime.

\n
\n \n
\n
\n
\n
\n
\n

start [required]

\n
\n

date-time

\n

ISO-8601 Datetime to start the downtime.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

scope

\n
\n

string

\n

The scope to which the downtime applies. Must follow the common search syntax.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

enum

\n

The current status of the downtime. \nAllowed enum values: active,canceled,ended,scheduled

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The downtime ID.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

All relationships associated with downtime.

\n
\n
\n
\n
\n
\n

created_by

\n
\n

object

\n

The user who created the downtime.

\n
\n
\n
\n
\n
\n

data

\n
\n

object

\n

Data for the user who created the downtime.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

User ID of the downtime creator.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

monitor

\n
\n

object

\n

The monitor identified by the downtime.

\n
\n
\n
\n
\n
\n

data

\n
\n

object

\n

Data for the monitor.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

Monitor ID of the downtime.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Monitor resource type. \nAllowed enum values: monitors

default: monitors

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Downtime resource type. \nAllowed enum values: downtime

default: downtime

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the downtime that the user requested.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Information about the monitor identified by the downtime.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the monitor identified by the downtime.

\n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

The name of the monitor identified by the downtime.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

int64

\n

ID of the monitor identified by the downtime.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Monitor resource type. \nAllowed enum values: monitors

default: monitors

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data

\n
\n

object

\n

Downtime data.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Downtime details.

\n
\n
\n
\n
\n
\n

canceled

\n
\n

date-time

\n

Time that the downtime was canceled.

\n
\n \n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Creation time of the downtime.

\n
\n \n
\n
\n
\n
\n
\n

display_timezone

\n
\n

string

\n

The timezone in which to display the downtime's start and end times in Datadog applications. This is not used\nas an offset for scheduling.

default: UTC

\n
\n \n
\n
\n
\n
\n
\n

message

\n
\n

string

\n

A message to include with notifications for this downtime. Email notifications can be sent to specific users\nby using the same @username notation as events.

\n
\n \n
\n
\n
\n
\n
\n

modified

\n
\n

date-time

\n

Time that the downtime was last modified.

\n
\n \n
\n
\n
\n
\n
\n

monitor_identifier

\n
\n

 <oneOf>

\n

Monitor identifier for the downtime.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

Object of the monitor identifier.

\n
\n
\n
\n
\n
\n

monitor_id [required]

\n
\n

int64

\n

ID of the monitor to prevent notifications.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Object of the monitor tags.

\n
\n
\n
\n
\n
\n

monitor_tags [required]

\n
\n

[string]

\n

A list of monitor tags. For example, tags that are applied directly to monitors,\nnot tags that are used in monitor queries (which are filtered by the scope parameter), to which the downtime applies.\nThe resulting downtime applies to monitors that match all provided monitor tags. Setting monitor_tags\nto [*] configures the downtime to mute all monitors for the given scope.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

mute_first_recovery_notification

\n
\n

boolean

\n

If the first recovery notification during a downtime should be muted.

\n
\n \n
\n
\n
\n
\n
\n

notify_end_states

\n
\n

[string]

\n

States that will trigger a monitor notification when the notify_end_types action occurs.

\n
\n \n
\n
\n
\n
\n
\n

notify_end_types

\n
\n

[string]

\n

Actions that will trigger a monitor notification if the downtime is in the notify_end_types state.

\n
\n \n
\n
\n
\n
\n
\n

schedule

\n
\n

 <oneOf>

\n

The schedule that defines when the monitor starts, stops, and recurs. There are two types of schedules:\none-time and recurring. Recurring schedules may have up to five RRULE-based recurrences. If no schedules are\nprovided, the downtime will begin immediately and never end.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

A recurring downtime schedule definition.

\n
\n
\n
\n
\n
\n

current_downtime

\n
\n

object

\n

The most recent actual start and end dates for a recurring downtime. For a canceled downtime,\nthis is the previously occurring downtime. For active downtimes, this is the ongoing downtime, and for scheduled\ndowntimes it is the upcoming downtime.

\n
\n
\n
\n
\n
\n

end

\n
\n

date-time

\n

The end of the current downtime.

\n
\n \n
\n
\n
\n
\n
\n

start

\n
\n

date-time

\n

The start of the current downtime.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

recurrences [required]

\n
\n

[object]

\n

A list of downtime recurrences.

\n
\n
\n
\n
\n
\n

duration

\n
\n

string

\n

The length of the downtime. Must begin with an integer and end with one of 'm', 'h', d', or 'w'.

\n
\n \n
\n
\n
\n
\n
\n

rrule

\n
\n

string

\n

The RRULE standard for defining recurring events.\nFor example, to have a recurring event on the first day of each month, set the type to rrule and set the FREQ to MONTHLY and BYMONTHDAY to 1.\nMost common rrule options from the iCalendar Spec are supported.

\n

Note: Attributes specifying the duration in RRULE are not supported (for example, DTSTART, DTEND, DURATION).\nMore examples available in this downtime guide.

\n
\n \n
\n
\n
\n
\n
\n

start

\n
\n

string

\n

ISO-8601 Datetime to start the downtime. Must not include a UTC offset. If not provided, the\ndowntime starts the moment it is created.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

timezone

\n
\n

string

\n

The timezone in which to schedule the downtime. This affects recurring start and end dates.\nMust match display_timezone.

default: UTC

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

A one-time downtime definition.

\n
\n
\n
\n
\n
\n

end

\n
\n

date-time

\n

ISO-8601 Datetime to end the downtime.

\n
\n \n
\n
\n
\n
\n
\n

start [required]

\n
\n

date-time

\n

ISO-8601 Datetime to start the downtime.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

scope

\n
\n

string

\n

The scope to which the downtime applies. Must follow the common search syntax.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

enum

\n

The current status of the downtime. \nAllowed enum values: active,canceled,ended,scheduled

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The downtime ID.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

All relationships associated with downtime.

\n
\n
\n
\n
\n
\n

created_by

\n
\n

object

\n

The user who created the downtime.

\n
\n
\n
\n
\n
\n

data

\n
\n

object

\n

Data for the user who created the downtime.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

User ID of the downtime creator.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

monitor

\n
\n

object

\n

The monitor identified by the downtime.

\n
\n
\n
\n
\n
\n

data

\n
\n

object

\n

Data for the monitor.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

Monitor ID of the downtime.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Monitor resource type. \nAllowed enum values: monitors

default: monitors

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Downtime resource type. \nAllowed enum values: downtime

default: downtime

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the downtime that the user requested.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Information about the monitor identified by the downtime.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the monitor identified by the downtime.

\n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

The name of the monitor identified by the downtime.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

int64

\n

ID of the monitor identified by the downtime.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Monitor resource type. \nAllowed enum values: monitors

default: monitors

\n
\n \n
\n
\n
\n
\n
\n
" }, "400": { "json": { diff --git a/content/en/api/v2/incident-services/examples.json b/content/en/api/v2/incident-services/examples.json index bc01f8f632af3..26fb6b183ab40 100644 --- a/content/en/api/v2/incident-services/examples.json +++ b/content/en/api/v2/incident-services/examples.json @@ -36,6 +36,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -88,7 +89,7 @@ } } }, - "html": "
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

An array of incident services.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

The incident service's attributes from a response.

\n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Timestamp of when the incident service was created.

\n
\n \n
\n
\n
\n
\n
\n

modified

\n
\n

date-time

\n

Timestamp of when the incident service was modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the incident service.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident service's ID.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The incident service's relationships.

\n
\n
\n
\n
\n
\n

created_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Incident service resource type. \nAllowed enum values: services

default: services

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Included related resources which the user requested.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

meta

\n
\n

object

\n

The metadata object containing pagination metadata.

\n
\n
\n
\n
\n
\n

pagination

\n
\n

object

\n

Pagination properties.

\n
\n
\n
\n
\n
\n

next_offset

\n
\n

int64

\n

The index of the first element in the next page of results. Equal to page size added to the current offset.

\n
\n \n
\n
\n
\n
\n
\n

offset

\n
\n

int64

\n

The index of the first element in the results.

\n
\n \n
\n
\n
\n
\n
\n

size

\n
\n

int64

\n

Maximum size of pages to return.

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

An array of incident services.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

The incident service's attributes from a response.

\n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Timestamp of when the incident service was created.

\n
\n \n
\n
\n
\n
\n
\n

modified

\n
\n

date-time

\n

Timestamp of when the incident service was modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the incident service.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident service's ID.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The incident service's relationships.

\n
\n
\n
\n
\n
\n

created_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Incident service resource type. \nAllowed enum values: services

default: services

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Included related resources which the user requested.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

meta

\n
\n

object

\n

The metadata object containing pagination metadata.

\n
\n
\n
\n
\n
\n

pagination

\n
\n

object

\n

Pagination properties.

\n
\n
\n
\n
\n
\n

next_offset

\n
\n

int64

\n

The index of the first element in the next page of results. Equal to page size added to the current offset.

\n
\n \n
\n
\n
\n
\n
\n

offset

\n
\n

int64

\n

The index of the first element in the results.

\n
\n \n
\n
\n
\n
\n
\n

size

\n
\n

int64

\n

Maximum size of pages to return.

\n
\n \n
\n
\n
\n
\n
\n
" }, "400": { "json": { @@ -172,6 +173,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -217,7 +219,7 @@ } ] }, - "html": "
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Incident Service data from responses.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

The incident service's attributes from a response.

\n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Timestamp of when the incident service was created.

\n
\n \n
\n
\n
\n
\n
\n

modified

\n
\n

date-time

\n

Timestamp of when the incident service was modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the incident service.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident service's ID.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The incident service's relationships.

\n
\n
\n
\n
\n
\n

created_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Incident service resource type. \nAllowed enum values: services

default: services

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Included objects from relationships.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Incident Service data from responses.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

The incident service's attributes from a response.

\n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Timestamp of when the incident service was created.

\n
\n \n
\n
\n
\n
\n
\n

modified

\n
\n

date-time

\n

Timestamp of when the incident service was modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the incident service.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident service's ID.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The incident service's relationships.

\n
\n
\n
\n
\n
\n

created_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Incident service resource type. \nAllowed enum values: services

default: services

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Included objects from relationships.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
" }, "400": { "json": { @@ -364,6 +366,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -409,7 +412,7 @@ } ] }, - "html": "
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Incident Service data from responses.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

The incident service's attributes from a response.

\n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Timestamp of when the incident service was created.

\n
\n \n
\n
\n
\n
\n
\n

modified

\n
\n

date-time

\n

Timestamp of when the incident service was modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the incident service.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident service's ID.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The incident service's relationships.

\n
\n
\n
\n
\n
\n

created_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Incident service resource type. \nAllowed enum values: services

default: services

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Included objects from relationships.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Incident Service data from responses.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

The incident service's attributes from a response.

\n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Timestamp of when the incident service was created.

\n
\n \n
\n
\n
\n
\n
\n

modified

\n
\n

date-time

\n

Timestamp of when the incident service was modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the incident service.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident service's ID.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The incident service's relationships.

\n
\n
\n
\n
\n
\n

created_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Incident service resource type. \nAllowed enum values: services

default: services

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Included objects from relationships.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
" }, "400": { "json": { @@ -493,6 +496,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -538,7 +542,7 @@ } ] }, - "html": "
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Incident Service data from responses.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

The incident service's attributes from a response.

\n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Timestamp of when the incident service was created.

\n
\n \n
\n
\n
\n
\n
\n

modified

\n
\n

date-time

\n

Timestamp of when the incident service was modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the incident service.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident service's ID.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The incident service's relationships.

\n
\n
\n
\n
\n
\n

created_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Incident service resource type. \nAllowed enum values: services

default: services

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Included objects from relationships.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Incident Service data from responses.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

The incident service's attributes from a response.

\n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Timestamp of when the incident service was created.

\n
\n \n
\n
\n
\n
\n
\n

modified

\n
\n

date-time

\n

Timestamp of when the incident service was modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the incident service.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident service's ID.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The incident service's relationships.

\n
\n
\n
\n
\n
\n

created_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Incident service resource type. \nAllowed enum values: services

default: services

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Included objects from relationships.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
" }, "400": { "json": { diff --git a/content/en/api/v2/incident-teams/examples.json b/content/en/api/v2/incident-teams/examples.json index 43f3d38c0f7ad..19bc8dc503387 100644 --- a/content/en/api/v2/incident-teams/examples.json +++ b/content/en/api/v2/incident-teams/examples.json @@ -36,6 +36,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -88,7 +89,7 @@ } } }, - "html": "
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

An array of incident teams.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

The incident team's attributes from a response.

\n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Timestamp of when the incident team was created.

\n
\n \n
\n
\n
\n
\n
\n

modified

\n
\n

date-time

\n

Timestamp of when the incident team was modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the incident team.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The incident team's ID.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The incident team's relationships.

\n
\n
\n
\n
\n
\n

created_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Incident Team resource type. \nAllowed enum values: teams

default: teams

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Included related resources which the user requested.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

meta

\n
\n

object

\n

The metadata object containing pagination metadata.

\n
\n
\n
\n
\n
\n

pagination

\n
\n

object

\n

Pagination properties.

\n
\n
\n
\n
\n
\n

next_offset

\n
\n

int64

\n

The index of the first element in the next page of results. Equal to page size added to the current offset.

\n
\n \n
\n
\n
\n
\n
\n

offset

\n
\n

int64

\n

The index of the first element in the results.

\n
\n \n
\n
\n
\n
\n
\n

size

\n
\n

int64

\n

Maximum size of pages to return.

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

An array of incident teams.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

The incident team's attributes from a response.

\n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Timestamp of when the incident team was created.

\n
\n \n
\n
\n
\n
\n
\n

modified

\n
\n

date-time

\n

Timestamp of when the incident team was modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the incident team.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The incident team's ID.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The incident team's relationships.

\n
\n
\n
\n
\n
\n

created_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Incident Team resource type. \nAllowed enum values: teams

default: teams

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Included related resources which the user requested.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

meta

\n
\n

object

\n

The metadata object containing pagination metadata.

\n
\n
\n
\n
\n
\n

pagination

\n
\n

object

\n

Pagination properties.

\n
\n
\n
\n
\n
\n

next_offset

\n
\n

int64

\n

The index of the first element in the next page of results. Equal to page size added to the current offset.

\n
\n \n
\n
\n
\n
\n
\n

offset

\n
\n

int64

\n

The index of the first element in the results.

\n
\n \n
\n
\n
\n
\n
\n

size

\n
\n

int64

\n

Maximum size of pages to return.

\n
\n \n
\n
\n
\n
\n
\n
" }, "400": { "json": { @@ -172,6 +173,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -217,7 +219,7 @@ } ] }, - "html": "
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Incident Team data from a response.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

The incident team's attributes from a response.

\n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Timestamp of when the incident team was created.

\n
\n \n
\n
\n
\n
\n
\n

modified

\n
\n

date-time

\n

Timestamp of when the incident team was modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the incident team.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The incident team's ID.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The incident team's relationships.

\n
\n
\n
\n
\n
\n

created_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Incident Team resource type. \nAllowed enum values: teams

default: teams

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Included objects from relationships.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Incident Team data from a response.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

The incident team's attributes from a response.

\n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Timestamp of when the incident team was created.

\n
\n \n
\n
\n
\n
\n
\n

modified

\n
\n

date-time

\n

Timestamp of when the incident team was modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the incident team.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The incident team's ID.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The incident team's relationships.

\n
\n
\n
\n
\n
\n

created_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Incident Team resource type. \nAllowed enum values: teams

default: teams

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Included objects from relationships.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
" }, "400": { "json": { @@ -364,6 +366,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -409,7 +412,7 @@ } ] }, - "html": "
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Incident Team data from a response.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

The incident team's attributes from a response.

\n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Timestamp of when the incident team was created.

\n
\n \n
\n
\n
\n
\n
\n

modified

\n
\n

date-time

\n

Timestamp of when the incident team was modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the incident team.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The incident team's ID.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The incident team's relationships.

\n
\n
\n
\n
\n
\n

created_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Incident Team resource type. \nAllowed enum values: teams

default: teams

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Included objects from relationships.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Incident Team data from a response.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

The incident team's attributes from a response.

\n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Timestamp of when the incident team was created.

\n
\n \n
\n
\n
\n
\n
\n

modified

\n
\n

date-time

\n

Timestamp of when the incident team was modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the incident team.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The incident team's ID.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The incident team's relationships.

\n
\n
\n
\n
\n
\n

created_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Incident Team resource type. \nAllowed enum values: teams

default: teams

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Included objects from relationships.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
" }, "400": { "json": { @@ -493,6 +496,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -538,7 +542,7 @@ } ] }, - "html": "
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Incident Team data from a response.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

The incident team's attributes from a response.

\n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Timestamp of when the incident team was created.

\n
\n \n
\n
\n
\n
\n
\n

modified

\n
\n

date-time

\n

Timestamp of when the incident team was modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the incident team.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The incident team's ID.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The incident team's relationships.

\n
\n
\n
\n
\n
\n

created_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Incident Team resource type. \nAllowed enum values: teams

default: teams

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Included objects from relationships.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Incident Team data from a response.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

The incident team's attributes from a response.

\n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Timestamp of when the incident team was created.

\n
\n \n
\n
\n
\n
\n
\n

modified

\n
\n

date-time

\n

Timestamp of when the incident team was modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the incident team.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The incident team's ID.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The incident team's relationships.

\n
\n
\n
\n
\n
\n

created_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Incident Team resource type. \nAllowed enum values: teams

default: teams

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Included objects from relationships.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
" }, "400": { "json": { diff --git a/content/en/api/v2/incidents/examples.json b/content/en/api/v2/incidents/examples.json index 8839f9f384d50..41a55c32b8628 100644 --- a/content/en/api/v2/incidents/examples.json +++ b/content/en/api/v2/incidents/examples.json @@ -489,6 +489,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -541,7 +542,7 @@ } } }, - "html": "
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

The NotificationRuleArray data.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

The notification rule's attributes.

\n
\n
\n
\n
\n
\n

conditions [required]

\n
\n

[object]

\n

The conditions that trigger this notification rule.

\n
\n
\n
\n
\n
\n

field [required]

\n
\n

string

\n

The incident field to evaluate

\n
\n \n
\n
\n
\n
\n
\n

values [required]

\n
\n

[string]

\n

The value(s) to compare against. Multiple values are ORed together.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

created [required]

\n
\n

date-time

\n

Timestamp when the notification rule was created.

\n
\n \n
\n
\n
\n
\n
\n

enabled [required]

\n
\n

boolean

\n

Whether the notification rule is enabled.

\n
\n \n
\n
\n
\n
\n
\n

handles [required]

\n
\n

[string]

\n

The notification handles (targets) for this rule.

\n
\n \n
\n
\n
\n
\n
\n

modified [required]

\n
\n

date-time

\n

Timestamp when the notification rule was last modified.

\n
\n \n
\n
\n
\n
\n
\n

renotify_on

\n
\n

[string]

\n

List of incident fields that trigger re-notification when changed.

\n
\n \n
\n
\n
\n
\n
\n

trigger [required]

\n
\n

string

\n

The trigger event for this notification rule.

\n
\n \n
\n
\n
\n
\n
\n

visibility [required]

\n
\n

enum

\n

The visibility of the notification rule. \nAllowed enum values: all,organization,private

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

uuid

\n

The unique identifier of the notification rule.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The notification rule's resource relationships.

\n
\n
\n
\n
\n
\n

created_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

incident_type

\n
\n

object

\n

Relationship to an incident type.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to incident type object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident type's ID.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Incident type resource type. \nAllowed enum values: incident_types

default: incident_types

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

notification_template

\n
\n

object

\n

A relationship reference to a notification template.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The notification template relationship data.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

uuid

\n

The unique identifier of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Notification templates resource type. \nAllowed enum values: notification_templates

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Notification rules resource type. \nAllowed enum values: incident_notification_rules

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Related objects that are included in the response.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Incident type response data.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Incident type's attributes.

\n
\n
\n
\n
\n
\n

createdAt

\n
\n

date-time

\n

Timestamp when the incident type was created.

\n
\n \n
\n
\n
\n
\n
\n

createdBy

\n
\n

string

\n

A unique identifier that represents the user that created the incident type.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Text that describes the incident type.

\n
\n \n
\n
\n
\n
\n
\n

is_default

\n
\n

boolean

\n

If true, this incident type will be used as the default incident type if a type is not specified during the creation of incident resources.

\n
\n \n
\n
\n
\n
\n
\n

lastModifiedBy

\n
\n

string

\n

A unique identifier that represents the user that last modified the incident type.

\n
\n \n
\n
\n
\n
\n
\n

modifiedAt

\n
\n

date-time

\n

Timestamp when the incident type was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the incident type.

\n
\n \n
\n
\n
\n
\n
\n

prefix

\n
\n

string

\n

The string that will be prepended to the incident title across the Datadog app.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident type's ID.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The incident type's resource relationships.

\n
\n
\n
\n
\n
\n

created_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

google_meet_configuration

\n
\n

object

\n

A reference to a Google Meet Configuration resource.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The Google Meet configuration relationship data object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The unique identifier of the Google Meet configuration.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

string

\n

The type of the Google Meet configuration.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

microsoft_teams_configuration

\n
\n

object

\n

A reference to a Microsoft Teams Configuration resource.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The Microsoft Teams configuration relationship data object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The unique identifier of the Microsoft Teams configuration.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

string

\n

The type of the Microsoft Teams configuration.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

zoom_configuration

\n
\n

object

\n

A reference to a Zoom configuration resource.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The Zoom configuration relationship data object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The unique identifier of the Zoom configuration.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

string

\n

The type of the Zoom configuration.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Incident type resource type. \nAllowed enum values: incident_types

default: incident_types

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

A notification template object for inclusion in other resources.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

The notification template's attributes.

\n
\n
\n
\n
\n
\n

category [required]

\n
\n

string

\n

The category of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

content [required]

\n
\n

string

\n

The content body of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

created [required]

\n
\n

date-time

\n

Timestamp when the notification template was created.

\n
\n \n
\n
\n
\n
\n
\n

modified [required]

\n
\n

date-time

\n

Timestamp when the notification template was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

subject [required]

\n
\n

string

\n

The subject line of the notification template.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

uuid

\n

The unique identifier of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The notification template's resource relationships.

\n
\n
\n
\n
\n
\n

created_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

incident_type

\n
\n

object

\n

Relationship to an incident type.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to incident type object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident type's ID.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Incident type resource type. \nAllowed enum values: incident_types

default: incident_types

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Notification templates resource type. \nAllowed enum values: notification_templates

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

meta

\n
\n

object

\n

Response metadata.

\n
\n
\n
\n
\n
\n

pagination

\n
\n

object

\n

Pagination metadata.

\n
\n
\n
\n
\n
\n

next_offset

\n
\n

int64

\n

The offset for the next page of results.

\n
\n \n
\n
\n
\n
\n
\n

offset

\n
\n

int64

\n

The current offset in the results.

\n
\n \n
\n
\n
\n
\n
\n

size

\n
\n

int64

\n

The number of results returned per page.

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

The NotificationRuleArray data.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

The notification rule's attributes.

\n
\n
\n
\n
\n
\n

conditions [required]

\n
\n

[object]

\n

The conditions that trigger this notification rule.

\n
\n
\n
\n
\n
\n

field [required]

\n
\n

string

\n

The incident field to evaluate

\n
\n \n
\n
\n
\n
\n
\n

values [required]

\n
\n

[string]

\n

The value(s) to compare against. Multiple values are ORed together.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

created [required]

\n
\n

date-time

\n

Timestamp when the notification rule was created.

\n
\n \n
\n
\n
\n
\n
\n

enabled [required]

\n
\n

boolean

\n

Whether the notification rule is enabled.

\n
\n \n
\n
\n
\n
\n
\n

handles [required]

\n
\n

[string]

\n

The notification handles (targets) for this rule.

\n
\n \n
\n
\n
\n
\n
\n

modified [required]

\n
\n

date-time

\n

Timestamp when the notification rule was last modified.

\n
\n \n
\n
\n
\n
\n
\n

renotify_on

\n
\n

[string]

\n

List of incident fields that trigger re-notification when changed.

\n
\n \n
\n
\n
\n
\n
\n

trigger [required]

\n
\n

string

\n

The trigger event for this notification rule.

\n
\n \n
\n
\n
\n
\n
\n

visibility [required]

\n
\n

enum

\n

The visibility of the notification rule. \nAllowed enum values: all,organization,private

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

uuid

\n

The unique identifier of the notification rule.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The notification rule's resource relationships.

\n
\n
\n
\n
\n
\n

created_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

incident_type

\n
\n

object

\n

Relationship to an incident type.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to incident type object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident type's ID.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Incident type resource type. \nAllowed enum values: incident_types

default: incident_types

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

notification_template

\n
\n

object

\n

A relationship reference to a notification template.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The notification template relationship data.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

uuid

\n

The unique identifier of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Notification templates resource type. \nAllowed enum values: notification_templates

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Notification rules resource type. \nAllowed enum values: incident_notification_rules

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Related objects that are included in the response.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Incident type response data.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Incident type's attributes.

\n
\n
\n
\n
\n
\n

createdAt

\n
\n

date-time

\n

Timestamp when the incident type was created.

\n
\n \n
\n
\n
\n
\n
\n

createdBy

\n
\n

string

\n

A unique identifier that represents the user that created the incident type.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Text that describes the incident type.

\n
\n \n
\n
\n
\n
\n
\n

is_default

\n
\n

boolean

\n

If true, this incident type will be used as the default incident type if a type is not specified during the creation of incident resources.

\n
\n \n
\n
\n
\n
\n
\n

lastModifiedBy

\n
\n

string

\n

A unique identifier that represents the user that last modified the incident type.

\n
\n \n
\n
\n
\n
\n
\n

modifiedAt

\n
\n

date-time

\n

Timestamp when the incident type was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the incident type.

\n
\n \n
\n
\n
\n
\n
\n

prefix

\n
\n

string

\n

The string that will be prepended to the incident title across the Datadog app.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident type's ID.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The incident type's resource relationships.

\n
\n
\n
\n
\n
\n

created_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

google_meet_configuration

\n
\n

object

\n

A reference to a Google Meet Configuration resource.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The Google Meet configuration relationship data object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The unique identifier of the Google Meet configuration.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

string

\n

The type of the Google Meet configuration.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

microsoft_teams_configuration

\n
\n

object

\n

A reference to a Microsoft Teams Configuration resource.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The Microsoft Teams configuration relationship data object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The unique identifier of the Microsoft Teams configuration.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

string

\n

The type of the Microsoft Teams configuration.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

zoom_configuration

\n
\n

object

\n

A reference to a Zoom configuration resource.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The Zoom configuration relationship data object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The unique identifier of the Zoom configuration.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

string

\n

The type of the Zoom configuration.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Incident type resource type. \nAllowed enum values: incident_types

default: incident_types

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

A notification template object for inclusion in other resources.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

The notification template's attributes.

\n
\n
\n
\n
\n
\n

category [required]

\n
\n

string

\n

The category of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

content [required]

\n
\n

string

\n

The content body of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

created [required]

\n
\n

date-time

\n

Timestamp when the notification template was created.

\n
\n \n
\n
\n
\n
\n
\n

modified [required]

\n
\n

date-time

\n

Timestamp when the notification template was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

subject [required]

\n
\n

string

\n

The subject line of the notification template.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

uuid

\n

The unique identifier of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The notification template's resource relationships.

\n
\n
\n
\n
\n
\n

created_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

incident_type

\n
\n

object

\n

Relationship to an incident type.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to incident type object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident type's ID.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Incident type resource type. \nAllowed enum values: incident_types

default: incident_types

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Notification templates resource type. \nAllowed enum values: notification_templates

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

meta

\n
\n

object

\n

Response metadata.

\n
\n
\n
\n
\n
\n

pagination

\n
\n

object

\n

Pagination metadata.

\n
\n
\n
\n
\n
\n

next_offset

\n
\n

int64

\n

The offset for the next page of results.

\n
\n \n
\n
\n
\n
\n
\n

offset

\n
\n

int64

\n

The current offset in the results.

\n
\n \n
\n
\n
\n
\n
\n

size

\n
\n

int64

\n

The number of results returned per page.

\n
\n \n
\n
\n
\n
\n
\n
" }, "400": { "json": { @@ -656,6 +657,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -701,7 +703,7 @@ } ] }, - "html": "
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Notification rule data from a response.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

The notification rule's attributes.

\n
\n
\n
\n
\n
\n

conditions [required]

\n
\n

[object]

\n

The conditions that trigger this notification rule.

\n
\n
\n
\n
\n
\n

field [required]

\n
\n

string

\n

The incident field to evaluate

\n
\n \n
\n
\n
\n
\n
\n

values [required]

\n
\n

[string]

\n

The value(s) to compare against. Multiple values are ORed together.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

created [required]

\n
\n

date-time

\n

Timestamp when the notification rule was created.

\n
\n \n
\n
\n
\n
\n
\n

enabled [required]

\n
\n

boolean

\n

Whether the notification rule is enabled.

\n
\n \n
\n
\n
\n
\n
\n

handles [required]

\n
\n

[string]

\n

The notification handles (targets) for this rule.

\n
\n \n
\n
\n
\n
\n
\n

modified [required]

\n
\n

date-time

\n

Timestamp when the notification rule was last modified.

\n
\n \n
\n
\n
\n
\n
\n

renotify_on

\n
\n

[string]

\n

List of incident fields that trigger re-notification when changed.

\n
\n \n
\n
\n
\n
\n
\n

trigger [required]

\n
\n

string

\n

The trigger event for this notification rule.

\n
\n \n
\n
\n
\n
\n
\n

visibility [required]

\n
\n

enum

\n

The visibility of the notification rule. \nAllowed enum values: all,organization,private

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

uuid

\n

The unique identifier of the notification rule.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The notification rule's resource relationships.

\n
\n
\n
\n
\n
\n

created_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

incident_type

\n
\n

object

\n

Relationship to an incident type.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to incident type object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident type's ID.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Incident type resource type. \nAllowed enum values: incident_types

default: incident_types

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

notification_template

\n
\n

object

\n

A relationship reference to a notification template.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The notification template relationship data.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

uuid

\n

The unique identifier of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Notification templates resource type. \nAllowed enum values: notification_templates

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Notification rules resource type. \nAllowed enum values: incident_notification_rules

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Related objects that are included in the response.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Incident type response data.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Incident type's attributes.

\n
\n
\n
\n
\n
\n

createdAt

\n
\n

date-time

\n

Timestamp when the incident type was created.

\n
\n \n
\n
\n
\n
\n
\n

createdBy

\n
\n

string

\n

A unique identifier that represents the user that created the incident type.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Text that describes the incident type.

\n
\n \n
\n
\n
\n
\n
\n

is_default

\n
\n

boolean

\n

If true, this incident type will be used as the default incident type if a type is not specified during the creation of incident resources.

\n
\n \n
\n
\n
\n
\n
\n

lastModifiedBy

\n
\n

string

\n

A unique identifier that represents the user that last modified the incident type.

\n
\n \n
\n
\n
\n
\n
\n

modifiedAt

\n
\n

date-time

\n

Timestamp when the incident type was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the incident type.

\n
\n \n
\n
\n
\n
\n
\n

prefix

\n
\n

string

\n

The string that will be prepended to the incident title across the Datadog app.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident type's ID.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The incident type's resource relationships.

\n
\n
\n
\n
\n
\n

created_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

google_meet_configuration

\n
\n

object

\n

A reference to a Google Meet Configuration resource.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The Google Meet configuration relationship data object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The unique identifier of the Google Meet configuration.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

string

\n

The type of the Google Meet configuration.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

microsoft_teams_configuration

\n
\n

object

\n

A reference to a Microsoft Teams Configuration resource.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The Microsoft Teams configuration relationship data object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The unique identifier of the Microsoft Teams configuration.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

string

\n

The type of the Microsoft Teams configuration.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

zoom_configuration

\n
\n

object

\n

A reference to a Zoom configuration resource.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The Zoom configuration relationship data object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The unique identifier of the Zoom configuration.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

string

\n

The type of the Zoom configuration.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Incident type resource type. \nAllowed enum values: incident_types

default: incident_types

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

A notification template object for inclusion in other resources.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

The notification template's attributes.

\n
\n
\n
\n
\n
\n

category [required]

\n
\n

string

\n

The category of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

content [required]

\n
\n

string

\n

The content body of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

created [required]

\n
\n

date-time

\n

Timestamp when the notification template was created.

\n
\n \n
\n
\n
\n
\n
\n

modified [required]

\n
\n

date-time

\n

Timestamp when the notification template was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

subject [required]

\n
\n

string

\n

The subject line of the notification template.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

uuid

\n

The unique identifier of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The notification template's resource relationships.

\n
\n
\n
\n
\n
\n

created_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

incident_type

\n
\n

object

\n

Relationship to an incident type.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to incident type object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident type's ID.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Incident type resource type. \nAllowed enum values: incident_types

default: incident_types

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Notification templates resource type. \nAllowed enum values: notification_templates

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Notification rule data from a response.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

The notification rule's attributes.

\n
\n
\n
\n
\n
\n

conditions [required]

\n
\n

[object]

\n

The conditions that trigger this notification rule.

\n
\n
\n
\n
\n
\n

field [required]

\n
\n

string

\n

The incident field to evaluate

\n
\n \n
\n
\n
\n
\n
\n

values [required]

\n
\n

[string]

\n

The value(s) to compare against. Multiple values are ORed together.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

created [required]

\n
\n

date-time

\n

Timestamp when the notification rule was created.

\n
\n \n
\n
\n
\n
\n
\n

enabled [required]

\n
\n

boolean

\n

Whether the notification rule is enabled.

\n
\n \n
\n
\n
\n
\n
\n

handles [required]

\n
\n

[string]

\n

The notification handles (targets) for this rule.

\n
\n \n
\n
\n
\n
\n
\n

modified [required]

\n
\n

date-time

\n

Timestamp when the notification rule was last modified.

\n
\n \n
\n
\n
\n
\n
\n

renotify_on

\n
\n

[string]

\n

List of incident fields that trigger re-notification when changed.

\n
\n \n
\n
\n
\n
\n
\n

trigger [required]

\n
\n

string

\n

The trigger event for this notification rule.

\n
\n \n
\n
\n
\n
\n
\n

visibility [required]

\n
\n

enum

\n

The visibility of the notification rule. \nAllowed enum values: all,organization,private

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

uuid

\n

The unique identifier of the notification rule.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The notification rule's resource relationships.

\n
\n
\n
\n
\n
\n

created_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

incident_type

\n
\n

object

\n

Relationship to an incident type.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to incident type object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident type's ID.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Incident type resource type. \nAllowed enum values: incident_types

default: incident_types

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

notification_template

\n
\n

object

\n

A relationship reference to a notification template.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The notification template relationship data.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

uuid

\n

The unique identifier of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Notification templates resource type. \nAllowed enum values: notification_templates

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Notification rules resource type. \nAllowed enum values: incident_notification_rules

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Related objects that are included in the response.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Incident type response data.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Incident type's attributes.

\n
\n
\n
\n
\n
\n

createdAt

\n
\n

date-time

\n

Timestamp when the incident type was created.

\n
\n \n
\n
\n
\n
\n
\n

createdBy

\n
\n

string

\n

A unique identifier that represents the user that created the incident type.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Text that describes the incident type.

\n
\n \n
\n
\n
\n
\n
\n

is_default

\n
\n

boolean

\n

If true, this incident type will be used as the default incident type if a type is not specified during the creation of incident resources.

\n
\n \n
\n
\n
\n
\n
\n

lastModifiedBy

\n
\n

string

\n

A unique identifier that represents the user that last modified the incident type.

\n
\n \n
\n
\n
\n
\n
\n

modifiedAt

\n
\n

date-time

\n

Timestamp when the incident type was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the incident type.

\n
\n \n
\n
\n
\n
\n
\n

prefix

\n
\n

string

\n

The string that will be prepended to the incident title across the Datadog app.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident type's ID.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The incident type's resource relationships.

\n
\n
\n
\n
\n
\n

created_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

google_meet_configuration

\n
\n

object

\n

A reference to a Google Meet Configuration resource.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The Google Meet configuration relationship data object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The unique identifier of the Google Meet configuration.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

string

\n

The type of the Google Meet configuration.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

microsoft_teams_configuration

\n
\n

object

\n

A reference to a Microsoft Teams Configuration resource.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The Microsoft Teams configuration relationship data object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The unique identifier of the Microsoft Teams configuration.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

string

\n

The type of the Microsoft Teams configuration.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

zoom_configuration

\n
\n

object

\n

A reference to a Zoom configuration resource.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The Zoom configuration relationship data object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The unique identifier of the Zoom configuration.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

string

\n

The type of the Zoom configuration.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Incident type resource type. \nAllowed enum values: incident_types

default: incident_types

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

A notification template object for inclusion in other resources.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

The notification template's attributes.

\n
\n
\n
\n
\n
\n

category [required]

\n
\n

string

\n

The category of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

content [required]

\n
\n

string

\n

The content body of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

created [required]

\n
\n

date-time

\n

Timestamp when the notification template was created.

\n
\n \n
\n
\n
\n
\n
\n

modified [required]

\n
\n

date-time

\n

Timestamp when the notification template was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

subject [required]

\n
\n

string

\n

The subject line of the notification template.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

uuid

\n

The unique identifier of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The notification template's resource relationships.

\n
\n
\n
\n
\n
\n

created_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

incident_type

\n
\n

object

\n

Relationship to an incident type.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to incident type object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident type's ID.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Incident type resource type. \nAllowed enum values: incident_types

default: incident_types

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Notification templates resource type. \nAllowed enum values: notification_templates

\n
\n \n
\n
\n
\n
\n
\n
" }, "400": { "json": { @@ -939,6 +941,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -984,7 +987,7 @@ } ] }, - "html": "
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Notification rule data from a response.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

The notification rule's attributes.

\n
\n
\n
\n
\n
\n

conditions [required]

\n
\n

[object]

\n

The conditions that trigger this notification rule.

\n
\n
\n
\n
\n
\n

field [required]

\n
\n

string

\n

The incident field to evaluate

\n
\n \n
\n
\n
\n
\n
\n

values [required]

\n
\n

[string]

\n

The value(s) to compare against. Multiple values are ORed together.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

created [required]

\n
\n

date-time

\n

Timestamp when the notification rule was created.

\n
\n \n
\n
\n
\n
\n
\n

enabled [required]

\n
\n

boolean

\n

Whether the notification rule is enabled.

\n
\n \n
\n
\n
\n
\n
\n

handles [required]

\n
\n

[string]

\n

The notification handles (targets) for this rule.

\n
\n \n
\n
\n
\n
\n
\n

modified [required]

\n
\n

date-time

\n

Timestamp when the notification rule was last modified.

\n
\n \n
\n
\n
\n
\n
\n

renotify_on

\n
\n

[string]

\n

List of incident fields that trigger re-notification when changed.

\n
\n \n
\n
\n
\n
\n
\n

trigger [required]

\n
\n

string

\n

The trigger event for this notification rule.

\n
\n \n
\n
\n
\n
\n
\n

visibility [required]

\n
\n

enum

\n

The visibility of the notification rule. \nAllowed enum values: all,organization,private

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

uuid

\n

The unique identifier of the notification rule.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The notification rule's resource relationships.

\n
\n
\n
\n
\n
\n

created_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

incident_type

\n
\n

object

\n

Relationship to an incident type.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to incident type object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident type's ID.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Incident type resource type. \nAllowed enum values: incident_types

default: incident_types

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

notification_template

\n
\n

object

\n

A relationship reference to a notification template.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The notification template relationship data.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

uuid

\n

The unique identifier of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Notification templates resource type. \nAllowed enum values: notification_templates

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Notification rules resource type. \nAllowed enum values: incident_notification_rules

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Related objects that are included in the response.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Incident type response data.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Incident type's attributes.

\n
\n
\n
\n
\n
\n

createdAt

\n
\n

date-time

\n

Timestamp when the incident type was created.

\n
\n \n
\n
\n
\n
\n
\n

createdBy

\n
\n

string

\n

A unique identifier that represents the user that created the incident type.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Text that describes the incident type.

\n
\n \n
\n
\n
\n
\n
\n

is_default

\n
\n

boolean

\n

If true, this incident type will be used as the default incident type if a type is not specified during the creation of incident resources.

\n
\n \n
\n
\n
\n
\n
\n

lastModifiedBy

\n
\n

string

\n

A unique identifier that represents the user that last modified the incident type.

\n
\n \n
\n
\n
\n
\n
\n

modifiedAt

\n
\n

date-time

\n

Timestamp when the incident type was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the incident type.

\n
\n \n
\n
\n
\n
\n
\n

prefix

\n
\n

string

\n

The string that will be prepended to the incident title across the Datadog app.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident type's ID.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The incident type's resource relationships.

\n
\n
\n
\n
\n
\n

created_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

google_meet_configuration

\n
\n

object

\n

A reference to a Google Meet Configuration resource.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The Google Meet configuration relationship data object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The unique identifier of the Google Meet configuration.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

string

\n

The type of the Google Meet configuration.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

microsoft_teams_configuration

\n
\n

object

\n

A reference to a Microsoft Teams Configuration resource.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The Microsoft Teams configuration relationship data object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The unique identifier of the Microsoft Teams configuration.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

string

\n

The type of the Microsoft Teams configuration.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

zoom_configuration

\n
\n

object

\n

A reference to a Zoom configuration resource.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The Zoom configuration relationship data object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The unique identifier of the Zoom configuration.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

string

\n

The type of the Zoom configuration.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Incident type resource type. \nAllowed enum values: incident_types

default: incident_types

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

A notification template object for inclusion in other resources.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

The notification template's attributes.

\n
\n
\n
\n
\n
\n

category [required]

\n
\n

string

\n

The category of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

content [required]

\n
\n

string

\n

The content body of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

created [required]

\n
\n

date-time

\n

Timestamp when the notification template was created.

\n
\n \n
\n
\n
\n
\n
\n

modified [required]

\n
\n

date-time

\n

Timestamp when the notification template was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

subject [required]

\n
\n

string

\n

The subject line of the notification template.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

uuid

\n

The unique identifier of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The notification template's resource relationships.

\n
\n
\n
\n
\n
\n

created_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

incident_type

\n
\n

object

\n

Relationship to an incident type.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to incident type object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident type's ID.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Incident type resource type. \nAllowed enum values: incident_types

default: incident_types

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Notification templates resource type. \nAllowed enum values: notification_templates

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Notification rule data from a response.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

The notification rule's attributes.

\n
\n
\n
\n
\n
\n

conditions [required]

\n
\n

[object]

\n

The conditions that trigger this notification rule.

\n
\n
\n
\n
\n
\n

field [required]

\n
\n

string

\n

The incident field to evaluate

\n
\n \n
\n
\n
\n
\n
\n

values [required]

\n
\n

[string]

\n

The value(s) to compare against. Multiple values are ORed together.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

created [required]

\n
\n

date-time

\n

Timestamp when the notification rule was created.

\n
\n \n
\n
\n
\n
\n
\n

enabled [required]

\n
\n

boolean

\n

Whether the notification rule is enabled.

\n
\n \n
\n
\n
\n
\n
\n

handles [required]

\n
\n

[string]

\n

The notification handles (targets) for this rule.

\n
\n \n
\n
\n
\n
\n
\n

modified [required]

\n
\n

date-time

\n

Timestamp when the notification rule was last modified.

\n
\n \n
\n
\n
\n
\n
\n

renotify_on

\n
\n

[string]

\n

List of incident fields that trigger re-notification when changed.

\n
\n \n
\n
\n
\n
\n
\n

trigger [required]

\n
\n

string

\n

The trigger event for this notification rule.

\n
\n \n
\n
\n
\n
\n
\n

visibility [required]

\n
\n

enum

\n

The visibility of the notification rule. \nAllowed enum values: all,organization,private

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

uuid

\n

The unique identifier of the notification rule.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The notification rule's resource relationships.

\n
\n
\n
\n
\n
\n

created_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

incident_type

\n
\n

object

\n

Relationship to an incident type.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to incident type object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident type's ID.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Incident type resource type. \nAllowed enum values: incident_types

default: incident_types

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

notification_template

\n
\n

object

\n

A relationship reference to a notification template.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The notification template relationship data.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

uuid

\n

The unique identifier of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Notification templates resource type. \nAllowed enum values: notification_templates

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Notification rules resource type. \nAllowed enum values: incident_notification_rules

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Related objects that are included in the response.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Incident type response data.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Incident type's attributes.

\n
\n
\n
\n
\n
\n

createdAt

\n
\n

date-time

\n

Timestamp when the incident type was created.

\n
\n \n
\n
\n
\n
\n
\n

createdBy

\n
\n

string

\n

A unique identifier that represents the user that created the incident type.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Text that describes the incident type.

\n
\n \n
\n
\n
\n
\n
\n

is_default

\n
\n

boolean

\n

If true, this incident type will be used as the default incident type if a type is not specified during the creation of incident resources.

\n
\n \n
\n
\n
\n
\n
\n

lastModifiedBy

\n
\n

string

\n

A unique identifier that represents the user that last modified the incident type.

\n
\n \n
\n
\n
\n
\n
\n

modifiedAt

\n
\n

date-time

\n

Timestamp when the incident type was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the incident type.

\n
\n \n
\n
\n
\n
\n
\n

prefix

\n
\n

string

\n

The string that will be prepended to the incident title across the Datadog app.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident type's ID.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The incident type's resource relationships.

\n
\n
\n
\n
\n
\n

created_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

google_meet_configuration

\n
\n

object

\n

A reference to a Google Meet Configuration resource.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The Google Meet configuration relationship data object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The unique identifier of the Google Meet configuration.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

string

\n

The type of the Google Meet configuration.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

microsoft_teams_configuration

\n
\n

object

\n

A reference to a Microsoft Teams Configuration resource.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The Microsoft Teams configuration relationship data object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The unique identifier of the Microsoft Teams configuration.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

string

\n

The type of the Microsoft Teams configuration.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

zoom_configuration

\n
\n

object

\n

A reference to a Zoom configuration resource.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The Zoom configuration relationship data object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The unique identifier of the Zoom configuration.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

string

\n

The type of the Zoom configuration.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Incident type resource type. \nAllowed enum values: incident_types

default: incident_types

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

A notification template object for inclusion in other resources.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

The notification template's attributes.

\n
\n
\n
\n
\n
\n

category [required]

\n
\n

string

\n

The category of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

content [required]

\n
\n

string

\n

The content body of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

created [required]

\n
\n

date-time

\n

Timestamp when the notification template was created.

\n
\n \n
\n
\n
\n
\n
\n

modified [required]

\n
\n

date-time

\n

Timestamp when the notification template was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

subject [required]

\n
\n

string

\n

The subject line of the notification template.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

uuid

\n

The unique identifier of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The notification template's resource relationships.

\n
\n
\n
\n
\n
\n

created_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

incident_type

\n
\n

object

\n

Relationship to an incident type.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to incident type object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident type's ID.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Incident type resource type. \nAllowed enum values: incident_types

default: incident_types

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Notification templates resource type. \nAllowed enum values: notification_templates

\n
\n \n
\n
\n
\n
\n
\n
" }, "400": { "json": { @@ -1099,6 +1102,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -1144,7 +1148,7 @@ } ] }, - "html": "
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Notification rule data from a response.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

The notification rule's attributes.

\n
\n
\n
\n
\n
\n

conditions [required]

\n
\n

[object]

\n

The conditions that trigger this notification rule.

\n
\n
\n
\n
\n
\n

field [required]

\n
\n

string

\n

The incident field to evaluate

\n
\n \n
\n
\n
\n
\n
\n

values [required]

\n
\n

[string]

\n

The value(s) to compare against. Multiple values are ORed together.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

created [required]

\n
\n

date-time

\n

Timestamp when the notification rule was created.

\n
\n \n
\n
\n
\n
\n
\n

enabled [required]

\n
\n

boolean

\n

Whether the notification rule is enabled.

\n
\n \n
\n
\n
\n
\n
\n

handles [required]

\n
\n

[string]

\n

The notification handles (targets) for this rule.

\n
\n \n
\n
\n
\n
\n
\n

modified [required]

\n
\n

date-time

\n

Timestamp when the notification rule was last modified.

\n
\n \n
\n
\n
\n
\n
\n

renotify_on

\n
\n

[string]

\n

List of incident fields that trigger re-notification when changed.

\n
\n \n
\n
\n
\n
\n
\n

trigger [required]

\n
\n

string

\n

The trigger event for this notification rule.

\n
\n \n
\n
\n
\n
\n
\n

visibility [required]

\n
\n

enum

\n

The visibility of the notification rule. \nAllowed enum values: all,organization,private

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

uuid

\n

The unique identifier of the notification rule.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The notification rule's resource relationships.

\n
\n
\n
\n
\n
\n

created_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

incident_type

\n
\n

object

\n

Relationship to an incident type.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to incident type object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident type's ID.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Incident type resource type. \nAllowed enum values: incident_types

default: incident_types

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

notification_template

\n
\n

object

\n

A relationship reference to a notification template.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The notification template relationship data.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

uuid

\n

The unique identifier of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Notification templates resource type. \nAllowed enum values: notification_templates

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Notification rules resource type. \nAllowed enum values: incident_notification_rules

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Related objects that are included in the response.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Incident type response data.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Incident type's attributes.

\n
\n
\n
\n
\n
\n

createdAt

\n
\n

date-time

\n

Timestamp when the incident type was created.

\n
\n \n
\n
\n
\n
\n
\n

createdBy

\n
\n

string

\n

A unique identifier that represents the user that created the incident type.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Text that describes the incident type.

\n
\n \n
\n
\n
\n
\n
\n

is_default

\n
\n

boolean

\n

If true, this incident type will be used as the default incident type if a type is not specified during the creation of incident resources.

\n
\n \n
\n
\n
\n
\n
\n

lastModifiedBy

\n
\n

string

\n

A unique identifier that represents the user that last modified the incident type.

\n
\n \n
\n
\n
\n
\n
\n

modifiedAt

\n
\n

date-time

\n

Timestamp when the incident type was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the incident type.

\n
\n \n
\n
\n
\n
\n
\n

prefix

\n
\n

string

\n

The string that will be prepended to the incident title across the Datadog app.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident type's ID.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The incident type's resource relationships.

\n
\n
\n
\n
\n
\n

created_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

google_meet_configuration

\n
\n

object

\n

A reference to a Google Meet Configuration resource.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The Google Meet configuration relationship data object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The unique identifier of the Google Meet configuration.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

string

\n

The type of the Google Meet configuration.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

microsoft_teams_configuration

\n
\n

object

\n

A reference to a Microsoft Teams Configuration resource.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The Microsoft Teams configuration relationship data object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The unique identifier of the Microsoft Teams configuration.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

string

\n

The type of the Microsoft Teams configuration.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

zoom_configuration

\n
\n

object

\n

A reference to a Zoom configuration resource.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The Zoom configuration relationship data object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The unique identifier of the Zoom configuration.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

string

\n

The type of the Zoom configuration.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Incident type resource type. \nAllowed enum values: incident_types

default: incident_types

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

A notification template object for inclusion in other resources.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

The notification template's attributes.

\n
\n
\n
\n
\n
\n

category [required]

\n
\n

string

\n

The category of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

content [required]

\n
\n

string

\n

The content body of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

created [required]

\n
\n

date-time

\n

Timestamp when the notification template was created.

\n
\n \n
\n
\n
\n
\n
\n

modified [required]

\n
\n

date-time

\n

Timestamp when the notification template was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

subject [required]

\n
\n

string

\n

The subject line of the notification template.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

uuid

\n

The unique identifier of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The notification template's resource relationships.

\n
\n
\n
\n
\n
\n

created_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

incident_type

\n
\n

object

\n

Relationship to an incident type.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to incident type object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident type's ID.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Incident type resource type. \nAllowed enum values: incident_types

default: incident_types

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Notification templates resource type. \nAllowed enum values: notification_templates

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Notification rule data from a response.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

The notification rule's attributes.

\n
\n
\n
\n
\n
\n

conditions [required]

\n
\n

[object]

\n

The conditions that trigger this notification rule.

\n
\n
\n
\n
\n
\n

field [required]

\n
\n

string

\n

The incident field to evaluate

\n
\n \n
\n
\n
\n
\n
\n

values [required]

\n
\n

[string]

\n

The value(s) to compare against. Multiple values are ORed together.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

created [required]

\n
\n

date-time

\n

Timestamp when the notification rule was created.

\n
\n \n
\n
\n
\n
\n
\n

enabled [required]

\n
\n

boolean

\n

Whether the notification rule is enabled.

\n
\n \n
\n
\n
\n
\n
\n

handles [required]

\n
\n

[string]

\n

The notification handles (targets) for this rule.

\n
\n \n
\n
\n
\n
\n
\n

modified [required]

\n
\n

date-time

\n

Timestamp when the notification rule was last modified.

\n
\n \n
\n
\n
\n
\n
\n

renotify_on

\n
\n

[string]

\n

List of incident fields that trigger re-notification when changed.

\n
\n \n
\n
\n
\n
\n
\n

trigger [required]

\n
\n

string

\n

The trigger event for this notification rule.

\n
\n \n
\n
\n
\n
\n
\n

visibility [required]

\n
\n

enum

\n

The visibility of the notification rule. \nAllowed enum values: all,organization,private

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

uuid

\n

The unique identifier of the notification rule.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The notification rule's resource relationships.

\n
\n
\n
\n
\n
\n

created_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

incident_type

\n
\n

object

\n

Relationship to an incident type.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to incident type object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident type's ID.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Incident type resource type. \nAllowed enum values: incident_types

default: incident_types

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

notification_template

\n
\n

object

\n

A relationship reference to a notification template.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The notification template relationship data.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

uuid

\n

The unique identifier of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Notification templates resource type. \nAllowed enum values: notification_templates

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Notification rules resource type. \nAllowed enum values: incident_notification_rules

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Related objects that are included in the response.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Incident type response data.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Incident type's attributes.

\n
\n
\n
\n
\n
\n

createdAt

\n
\n

date-time

\n

Timestamp when the incident type was created.

\n
\n \n
\n
\n
\n
\n
\n

createdBy

\n
\n

string

\n

A unique identifier that represents the user that created the incident type.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Text that describes the incident type.

\n
\n \n
\n
\n
\n
\n
\n

is_default

\n
\n

boolean

\n

If true, this incident type will be used as the default incident type if a type is not specified during the creation of incident resources.

\n
\n \n
\n
\n
\n
\n
\n

lastModifiedBy

\n
\n

string

\n

A unique identifier that represents the user that last modified the incident type.

\n
\n \n
\n
\n
\n
\n
\n

modifiedAt

\n
\n

date-time

\n

Timestamp when the incident type was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the incident type.

\n
\n \n
\n
\n
\n
\n
\n

prefix

\n
\n

string

\n

The string that will be prepended to the incident title across the Datadog app.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident type's ID.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The incident type's resource relationships.

\n
\n
\n
\n
\n
\n

created_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

google_meet_configuration

\n
\n

object

\n

A reference to a Google Meet Configuration resource.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The Google Meet configuration relationship data object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The unique identifier of the Google Meet configuration.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

string

\n

The type of the Google Meet configuration.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

microsoft_teams_configuration

\n
\n

object

\n

A reference to a Microsoft Teams Configuration resource.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The Microsoft Teams configuration relationship data object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The unique identifier of the Microsoft Teams configuration.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

string

\n

The type of the Microsoft Teams configuration.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

zoom_configuration

\n
\n

object

\n

A reference to a Zoom configuration resource.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The Zoom configuration relationship data object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The unique identifier of the Zoom configuration.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

string

\n

The type of the Zoom configuration.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Incident type resource type. \nAllowed enum values: incident_types

default: incident_types

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

A notification template object for inclusion in other resources.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

The notification template's attributes.

\n
\n
\n
\n
\n
\n

category [required]

\n
\n

string

\n

The category of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

content [required]

\n
\n

string

\n

The content body of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

created [required]

\n
\n

date-time

\n

Timestamp when the notification template was created.

\n
\n \n
\n
\n
\n
\n
\n

modified [required]

\n
\n

date-time

\n

Timestamp when the notification template was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

subject [required]

\n
\n

string

\n

The subject line of the notification template.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

uuid

\n

The unique identifier of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The notification template's resource relationships.

\n
\n
\n
\n
\n
\n

created_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

incident_type

\n
\n

object

\n

Relationship to an incident type.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to incident type object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident type's ID.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Incident type resource type. \nAllowed enum values: incident_types

default: incident_types

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Notification templates resource type. \nAllowed enum values: notification_templates

\n
\n \n
\n
\n
\n
\n
\n
" }, "400": { "json": { @@ -1315,6 +1319,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -1366,7 +1371,7 @@ } } }, - "html": "
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

The NotificationTemplateArray data.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

The notification template's attributes.

\n
\n
\n
\n
\n
\n

category [required]

\n
\n

string

\n

The category of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

content [required]

\n
\n

string

\n

The content body of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

created [required]

\n
\n

date-time

\n

Timestamp when the notification template was created.

\n
\n \n
\n
\n
\n
\n
\n

modified [required]

\n
\n

date-time

\n

Timestamp when the notification template was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

subject [required]

\n
\n

string

\n

The subject line of the notification template.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

uuid

\n

The unique identifier of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The notification template's resource relationships.

\n
\n
\n
\n
\n
\n

created_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

incident_type

\n
\n

object

\n

Relationship to an incident type.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to incident type object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident type's ID.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Incident type resource type. \nAllowed enum values: incident_types

default: incident_types

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Notification templates resource type. \nAllowed enum values: notification_templates

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Related objects that are included in the response.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Incident type response data.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Incident type's attributes.

\n
\n
\n
\n
\n
\n

createdAt

\n
\n

date-time

\n

Timestamp when the incident type was created.

\n
\n \n
\n
\n
\n
\n
\n

createdBy

\n
\n

string

\n

A unique identifier that represents the user that created the incident type.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Text that describes the incident type.

\n
\n \n
\n
\n
\n
\n
\n

is_default

\n
\n

boolean

\n

If true, this incident type will be used as the default incident type if a type is not specified during the creation of incident resources.

\n
\n \n
\n
\n
\n
\n
\n

lastModifiedBy

\n
\n

string

\n

A unique identifier that represents the user that last modified the incident type.

\n
\n \n
\n
\n
\n
\n
\n

modifiedAt

\n
\n

date-time

\n

Timestamp when the incident type was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the incident type.

\n
\n \n
\n
\n
\n
\n
\n

prefix

\n
\n

string

\n

The string that will be prepended to the incident title across the Datadog app.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident type's ID.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The incident type's resource relationships.

\n
\n
\n
\n
\n
\n

created_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

google_meet_configuration

\n
\n

object

\n

A reference to a Google Meet Configuration resource.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The Google Meet configuration relationship data object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The unique identifier of the Google Meet configuration.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

string

\n

The type of the Google Meet configuration.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

microsoft_teams_configuration

\n
\n

object

\n

A reference to a Microsoft Teams Configuration resource.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The Microsoft Teams configuration relationship data object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The unique identifier of the Microsoft Teams configuration.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

string

\n

The type of the Microsoft Teams configuration.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

zoom_configuration

\n
\n

object

\n

A reference to a Zoom configuration resource.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The Zoom configuration relationship data object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The unique identifier of the Zoom configuration.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

string

\n

The type of the Zoom configuration.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Incident type resource type. \nAllowed enum values: incident_types

default: incident_types

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

meta

\n
\n

object

\n

Response metadata.

\n
\n
\n
\n
\n
\n

page

\n
\n

object

\n

Pagination metadata.

\n
\n
\n
\n
\n
\n

total_count

\n
\n

int64

\n

Total number of notification templates.

\n
\n \n
\n
\n
\n
\n
\n

total_filtered_count

\n
\n

int64

\n

Total number of notification templates matching the filter.

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

The NotificationTemplateArray data.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

The notification template's attributes.

\n
\n
\n
\n
\n
\n

category [required]

\n
\n

string

\n

The category of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

content [required]

\n
\n

string

\n

The content body of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

created [required]

\n
\n

date-time

\n

Timestamp when the notification template was created.

\n
\n \n
\n
\n
\n
\n
\n

modified [required]

\n
\n

date-time

\n

Timestamp when the notification template was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

subject [required]

\n
\n

string

\n

The subject line of the notification template.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

uuid

\n

The unique identifier of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The notification template's resource relationships.

\n
\n
\n
\n
\n
\n

created_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

incident_type

\n
\n

object

\n

Relationship to an incident type.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to incident type object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident type's ID.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Incident type resource type. \nAllowed enum values: incident_types

default: incident_types

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Notification templates resource type. \nAllowed enum values: notification_templates

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Related objects that are included in the response.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Incident type response data.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Incident type's attributes.

\n
\n
\n
\n
\n
\n

createdAt

\n
\n

date-time

\n

Timestamp when the incident type was created.

\n
\n \n
\n
\n
\n
\n
\n

createdBy

\n
\n

string

\n

A unique identifier that represents the user that created the incident type.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Text that describes the incident type.

\n
\n \n
\n
\n
\n
\n
\n

is_default

\n
\n

boolean

\n

If true, this incident type will be used as the default incident type if a type is not specified during the creation of incident resources.

\n
\n \n
\n
\n
\n
\n
\n

lastModifiedBy

\n
\n

string

\n

A unique identifier that represents the user that last modified the incident type.

\n
\n \n
\n
\n
\n
\n
\n

modifiedAt

\n
\n

date-time

\n

Timestamp when the incident type was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the incident type.

\n
\n \n
\n
\n
\n
\n
\n

prefix

\n
\n

string

\n

The string that will be prepended to the incident title across the Datadog app.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident type's ID.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The incident type's resource relationships.

\n
\n
\n
\n
\n
\n

created_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

google_meet_configuration

\n
\n

object

\n

A reference to a Google Meet Configuration resource.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The Google Meet configuration relationship data object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The unique identifier of the Google Meet configuration.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

string

\n

The type of the Google Meet configuration.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

microsoft_teams_configuration

\n
\n

object

\n

A reference to a Microsoft Teams Configuration resource.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The Microsoft Teams configuration relationship data object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The unique identifier of the Microsoft Teams configuration.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

string

\n

The type of the Microsoft Teams configuration.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

zoom_configuration

\n
\n

object

\n

A reference to a Zoom configuration resource.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The Zoom configuration relationship data object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The unique identifier of the Zoom configuration.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

string

\n

The type of the Zoom configuration.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Incident type resource type. \nAllowed enum values: incident_types

default: incident_types

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

meta

\n
\n

object

\n

Response metadata.

\n
\n
\n
\n
\n
\n

page

\n
\n

object

\n

Pagination metadata.

\n
\n
\n
\n
\n
\n

total_count

\n
\n

int64

\n

Total number of notification templates.

\n
\n \n
\n
\n
\n
\n
\n

total_filtered_count

\n
\n

int64

\n

Total number of notification templates matching the filter.

\n
\n \n
\n
\n
\n
\n
\n
" }, "400": { "json": { @@ -1459,6 +1464,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -1504,7 +1510,7 @@ } ] }, - "html": "
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Notification template data from a response.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

The notification template's attributes.

\n
\n
\n
\n
\n
\n

category [required]

\n
\n

string

\n

The category of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

content [required]

\n
\n

string

\n

The content body of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

created [required]

\n
\n

date-time

\n

Timestamp when the notification template was created.

\n
\n \n
\n
\n
\n
\n
\n

modified [required]

\n
\n

date-time

\n

Timestamp when the notification template was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

subject [required]

\n
\n

string

\n

The subject line of the notification template.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

uuid

\n

The unique identifier of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The notification template's resource relationships.

\n
\n
\n
\n
\n
\n

created_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

incident_type

\n
\n

object

\n

Relationship to an incident type.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to incident type object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident type's ID.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Incident type resource type. \nAllowed enum values: incident_types

default: incident_types

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Notification templates resource type. \nAllowed enum values: notification_templates

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Related objects that are included in the response.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Incident type response data.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Incident type's attributes.

\n
\n
\n
\n
\n
\n

createdAt

\n
\n

date-time

\n

Timestamp when the incident type was created.

\n
\n \n
\n
\n
\n
\n
\n

createdBy

\n
\n

string

\n

A unique identifier that represents the user that created the incident type.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Text that describes the incident type.

\n
\n \n
\n
\n
\n
\n
\n

is_default

\n
\n

boolean

\n

If true, this incident type will be used as the default incident type if a type is not specified during the creation of incident resources.

\n
\n \n
\n
\n
\n
\n
\n

lastModifiedBy

\n
\n

string

\n

A unique identifier that represents the user that last modified the incident type.

\n
\n \n
\n
\n
\n
\n
\n

modifiedAt

\n
\n

date-time

\n

Timestamp when the incident type was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the incident type.

\n
\n \n
\n
\n
\n
\n
\n

prefix

\n
\n

string

\n

The string that will be prepended to the incident title across the Datadog app.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident type's ID.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The incident type's resource relationships.

\n
\n
\n
\n
\n
\n

created_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

google_meet_configuration

\n
\n

object

\n

A reference to a Google Meet Configuration resource.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The Google Meet configuration relationship data object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The unique identifier of the Google Meet configuration.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

string

\n

The type of the Google Meet configuration.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

microsoft_teams_configuration

\n
\n

object

\n

A reference to a Microsoft Teams Configuration resource.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The Microsoft Teams configuration relationship data object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The unique identifier of the Microsoft Teams configuration.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

string

\n

The type of the Microsoft Teams configuration.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

zoom_configuration

\n
\n

object

\n

A reference to a Zoom configuration resource.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The Zoom configuration relationship data object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The unique identifier of the Zoom configuration.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

string

\n

The type of the Zoom configuration.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Incident type resource type. \nAllowed enum values: incident_types

default: incident_types

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Notification template data from a response.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

The notification template's attributes.

\n
\n
\n
\n
\n
\n

category [required]

\n
\n

string

\n

The category of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

content [required]

\n
\n

string

\n

The content body of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

created [required]

\n
\n

date-time

\n

Timestamp when the notification template was created.

\n
\n \n
\n
\n
\n
\n
\n

modified [required]

\n
\n

date-time

\n

Timestamp when the notification template was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

subject [required]

\n
\n

string

\n

The subject line of the notification template.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

uuid

\n

The unique identifier of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The notification template's resource relationships.

\n
\n
\n
\n
\n
\n

created_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

incident_type

\n
\n

object

\n

Relationship to an incident type.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to incident type object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident type's ID.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Incident type resource type. \nAllowed enum values: incident_types

default: incident_types

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Notification templates resource type. \nAllowed enum values: notification_templates

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Related objects that are included in the response.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Incident type response data.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Incident type's attributes.

\n
\n
\n
\n
\n
\n

createdAt

\n
\n

date-time

\n

Timestamp when the incident type was created.

\n
\n \n
\n
\n
\n
\n
\n

createdBy

\n
\n

string

\n

A unique identifier that represents the user that created the incident type.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Text that describes the incident type.

\n
\n \n
\n
\n
\n
\n
\n

is_default

\n
\n

boolean

\n

If true, this incident type will be used as the default incident type if a type is not specified during the creation of incident resources.

\n
\n \n
\n
\n
\n
\n
\n

lastModifiedBy

\n
\n

string

\n

A unique identifier that represents the user that last modified the incident type.

\n
\n \n
\n
\n
\n
\n
\n

modifiedAt

\n
\n

date-time

\n

Timestamp when the incident type was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the incident type.

\n
\n \n
\n
\n
\n
\n
\n

prefix

\n
\n

string

\n

The string that will be prepended to the incident title across the Datadog app.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident type's ID.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The incident type's resource relationships.

\n
\n
\n
\n
\n
\n

created_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

google_meet_configuration

\n
\n

object

\n

A reference to a Google Meet Configuration resource.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The Google Meet configuration relationship data object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The unique identifier of the Google Meet configuration.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

string

\n

The type of the Google Meet configuration.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

microsoft_teams_configuration

\n
\n

object

\n

A reference to a Microsoft Teams Configuration resource.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The Microsoft Teams configuration relationship data object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The unique identifier of the Microsoft Teams configuration.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

string

\n

The type of the Microsoft Teams configuration.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

zoom_configuration

\n
\n

object

\n

A reference to a Zoom configuration resource.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The Zoom configuration relationship data object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The unique identifier of the Zoom configuration.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

string

\n

The type of the Zoom configuration.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Incident type resource type. \nAllowed enum values: incident_types

default: incident_types

\n
\n \n
\n
\n
\n
\n
\n
" }, "400": { "json": { @@ -1682,6 +1688,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -1727,7 +1734,7 @@ } ] }, - "html": "
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Notification template data from a response.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

The notification template's attributes.

\n
\n
\n
\n
\n
\n

category [required]

\n
\n

string

\n

The category of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

content [required]

\n
\n

string

\n

The content body of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

created [required]

\n
\n

date-time

\n

Timestamp when the notification template was created.

\n
\n \n
\n
\n
\n
\n
\n

modified [required]

\n
\n

date-time

\n

Timestamp when the notification template was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

subject [required]

\n
\n

string

\n

The subject line of the notification template.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

uuid

\n

The unique identifier of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The notification template's resource relationships.

\n
\n
\n
\n
\n
\n

created_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

incident_type

\n
\n

object

\n

Relationship to an incident type.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to incident type object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident type's ID.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Incident type resource type. \nAllowed enum values: incident_types

default: incident_types

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Notification templates resource type. \nAllowed enum values: notification_templates

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Related objects that are included in the response.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Incident type response data.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Incident type's attributes.

\n
\n
\n
\n
\n
\n

createdAt

\n
\n

date-time

\n

Timestamp when the incident type was created.

\n
\n \n
\n
\n
\n
\n
\n

createdBy

\n
\n

string

\n

A unique identifier that represents the user that created the incident type.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Text that describes the incident type.

\n
\n \n
\n
\n
\n
\n
\n

is_default

\n
\n

boolean

\n

If true, this incident type will be used as the default incident type if a type is not specified during the creation of incident resources.

\n
\n \n
\n
\n
\n
\n
\n

lastModifiedBy

\n
\n

string

\n

A unique identifier that represents the user that last modified the incident type.

\n
\n \n
\n
\n
\n
\n
\n

modifiedAt

\n
\n

date-time

\n

Timestamp when the incident type was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the incident type.

\n
\n \n
\n
\n
\n
\n
\n

prefix

\n
\n

string

\n

The string that will be prepended to the incident title across the Datadog app.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident type's ID.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The incident type's resource relationships.

\n
\n
\n
\n
\n
\n

created_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

google_meet_configuration

\n
\n

object

\n

A reference to a Google Meet Configuration resource.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The Google Meet configuration relationship data object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The unique identifier of the Google Meet configuration.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

string

\n

The type of the Google Meet configuration.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

microsoft_teams_configuration

\n
\n

object

\n

A reference to a Microsoft Teams Configuration resource.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The Microsoft Teams configuration relationship data object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The unique identifier of the Microsoft Teams configuration.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

string

\n

The type of the Microsoft Teams configuration.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

zoom_configuration

\n
\n

object

\n

A reference to a Zoom configuration resource.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The Zoom configuration relationship data object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The unique identifier of the Zoom configuration.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

string

\n

The type of the Zoom configuration.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Incident type resource type. \nAllowed enum values: incident_types

default: incident_types

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Notification template data from a response.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

The notification template's attributes.

\n
\n
\n
\n
\n
\n

category [required]

\n
\n

string

\n

The category of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

content [required]

\n
\n

string

\n

The content body of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

created [required]

\n
\n

date-time

\n

Timestamp when the notification template was created.

\n
\n \n
\n
\n
\n
\n
\n

modified [required]

\n
\n

date-time

\n

Timestamp when the notification template was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

subject [required]

\n
\n

string

\n

The subject line of the notification template.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

uuid

\n

The unique identifier of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The notification template's resource relationships.

\n
\n
\n
\n
\n
\n

created_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

incident_type

\n
\n

object

\n

Relationship to an incident type.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to incident type object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident type's ID.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Incident type resource type. \nAllowed enum values: incident_types

default: incident_types

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Notification templates resource type. \nAllowed enum values: notification_templates

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Related objects that are included in the response.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Incident type response data.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Incident type's attributes.

\n
\n
\n
\n
\n
\n

createdAt

\n
\n

date-time

\n

Timestamp when the incident type was created.

\n
\n \n
\n
\n
\n
\n
\n

createdBy

\n
\n

string

\n

A unique identifier that represents the user that created the incident type.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Text that describes the incident type.

\n
\n \n
\n
\n
\n
\n
\n

is_default

\n
\n

boolean

\n

If true, this incident type will be used as the default incident type if a type is not specified during the creation of incident resources.

\n
\n \n
\n
\n
\n
\n
\n

lastModifiedBy

\n
\n

string

\n

A unique identifier that represents the user that last modified the incident type.

\n
\n \n
\n
\n
\n
\n
\n

modifiedAt

\n
\n

date-time

\n

Timestamp when the incident type was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the incident type.

\n
\n \n
\n
\n
\n
\n
\n

prefix

\n
\n

string

\n

The string that will be prepended to the incident title across the Datadog app.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident type's ID.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The incident type's resource relationships.

\n
\n
\n
\n
\n
\n

created_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

google_meet_configuration

\n
\n

object

\n

A reference to a Google Meet Configuration resource.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The Google Meet configuration relationship data object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The unique identifier of the Google Meet configuration.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

string

\n

The type of the Google Meet configuration.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

microsoft_teams_configuration

\n
\n

object

\n

A reference to a Microsoft Teams Configuration resource.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The Microsoft Teams configuration relationship data object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The unique identifier of the Microsoft Teams configuration.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

string

\n

The type of the Microsoft Teams configuration.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

zoom_configuration

\n
\n

object

\n

A reference to a Zoom configuration resource.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The Zoom configuration relationship data object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The unique identifier of the Zoom configuration.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

string

\n

The type of the Zoom configuration.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Incident type resource type. \nAllowed enum values: incident_types

default: incident_types

\n
\n \n
\n
\n
\n
\n
\n
" }, "400": { "json": { @@ -1820,6 +1827,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -1865,7 +1873,7 @@ } ] }, - "html": "
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Notification template data from a response.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

The notification template's attributes.

\n
\n
\n
\n
\n
\n

category [required]

\n
\n

string

\n

The category of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

content [required]

\n
\n

string

\n

The content body of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

created [required]

\n
\n

date-time

\n

Timestamp when the notification template was created.

\n
\n \n
\n
\n
\n
\n
\n

modified [required]

\n
\n

date-time

\n

Timestamp when the notification template was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

subject [required]

\n
\n

string

\n

The subject line of the notification template.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

uuid

\n

The unique identifier of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The notification template's resource relationships.

\n
\n
\n
\n
\n
\n

created_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

incident_type

\n
\n

object

\n

Relationship to an incident type.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to incident type object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident type's ID.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Incident type resource type. \nAllowed enum values: incident_types

default: incident_types

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Notification templates resource type. \nAllowed enum values: notification_templates

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Related objects that are included in the response.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Incident type response data.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Incident type's attributes.

\n
\n
\n
\n
\n
\n

createdAt

\n
\n

date-time

\n

Timestamp when the incident type was created.

\n
\n \n
\n
\n
\n
\n
\n

createdBy

\n
\n

string

\n

A unique identifier that represents the user that created the incident type.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Text that describes the incident type.

\n
\n \n
\n
\n
\n
\n
\n

is_default

\n
\n

boolean

\n

If true, this incident type will be used as the default incident type if a type is not specified during the creation of incident resources.

\n
\n \n
\n
\n
\n
\n
\n

lastModifiedBy

\n
\n

string

\n

A unique identifier that represents the user that last modified the incident type.

\n
\n \n
\n
\n
\n
\n
\n

modifiedAt

\n
\n

date-time

\n

Timestamp when the incident type was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the incident type.

\n
\n \n
\n
\n
\n
\n
\n

prefix

\n
\n

string

\n

The string that will be prepended to the incident title across the Datadog app.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident type's ID.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The incident type's resource relationships.

\n
\n
\n
\n
\n
\n

created_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

google_meet_configuration

\n
\n

object

\n

A reference to a Google Meet Configuration resource.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The Google Meet configuration relationship data object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The unique identifier of the Google Meet configuration.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

string

\n

The type of the Google Meet configuration.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

microsoft_teams_configuration

\n
\n

object

\n

A reference to a Microsoft Teams Configuration resource.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The Microsoft Teams configuration relationship data object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The unique identifier of the Microsoft Teams configuration.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

string

\n

The type of the Microsoft Teams configuration.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

zoom_configuration

\n
\n

object

\n

A reference to a Zoom configuration resource.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The Zoom configuration relationship data object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The unique identifier of the Zoom configuration.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

string

\n

The type of the Zoom configuration.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Incident type resource type. \nAllowed enum values: incident_types

default: incident_types

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Notification template data from a response.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

The notification template's attributes.

\n
\n
\n
\n
\n
\n

category [required]

\n
\n

string

\n

The category of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

content [required]

\n
\n

string

\n

The content body of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

created [required]

\n
\n

date-time

\n

Timestamp when the notification template was created.

\n
\n \n
\n
\n
\n
\n
\n

modified [required]

\n
\n

date-time

\n

Timestamp when the notification template was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

subject [required]

\n
\n

string

\n

The subject line of the notification template.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

uuid

\n

The unique identifier of the notification template.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The notification template's resource relationships.

\n
\n
\n
\n
\n
\n

created_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

incident_type

\n
\n

object

\n

Relationship to an incident type.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to incident type object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident type's ID.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Incident type resource type. \nAllowed enum values: incident_types

default: incident_types

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Notification templates resource type. \nAllowed enum values: notification_templates

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Related objects that are included in the response.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Incident type response data.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Incident type's attributes.

\n
\n
\n
\n
\n
\n

createdAt

\n
\n

date-time

\n

Timestamp when the incident type was created.

\n
\n \n
\n
\n
\n
\n
\n

createdBy

\n
\n

string

\n

A unique identifier that represents the user that created the incident type.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Text that describes the incident type.

\n
\n \n
\n
\n
\n
\n
\n

is_default

\n
\n

boolean

\n

If true, this incident type will be used as the default incident type if a type is not specified during the creation of incident resources.

\n
\n \n
\n
\n
\n
\n
\n

lastModifiedBy

\n
\n

string

\n

A unique identifier that represents the user that last modified the incident type.

\n
\n \n
\n
\n
\n
\n
\n

modifiedAt

\n
\n

date-time

\n

Timestamp when the incident type was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the incident type.

\n
\n \n
\n
\n
\n
\n
\n

prefix

\n
\n

string

\n

The string that will be prepended to the incident title across the Datadog app.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident type's ID.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The incident type's resource relationships.

\n
\n
\n
\n
\n
\n

created_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

google_meet_configuration

\n
\n

object

\n

A reference to a Google Meet Configuration resource.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The Google Meet configuration relationship data object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The unique identifier of the Google Meet configuration.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

string

\n

The type of the Google Meet configuration.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

microsoft_teams_configuration

\n
\n

object

\n

A reference to a Microsoft Teams Configuration resource.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The Microsoft Teams configuration relationship data object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The unique identifier of the Microsoft Teams configuration.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

string

\n

The type of the Microsoft Teams configuration.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

zoom_configuration

\n
\n

object

\n

A reference to a Zoom configuration resource.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The Zoom configuration relationship data object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The unique identifier of the Zoom configuration.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

string

\n

The type of the Zoom configuration.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Incident type resource type. \nAllowed enum values: incident_types

default: incident_types

\n
\n \n
\n
\n
\n
\n
\n
" }, "400": { "json": { @@ -3210,6 +3218,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -3255,7 +3264,7 @@ } ] }, - "html": "
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

An array of incident attachments.

\n
\n
\n
\n
\n
\n

attributes [required]

\n
\n

 <oneOf>

\n

The attributes object for an attachment.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

The attributes object for a postmortem attachment.

\n
\n
\n
\n
\n
\n

attachment [required]

\n
\n

object

\n

The postmortem attachment.

\n
\n
\n
\n
\n
\n

documentUrl [required]

\n
\n

string

\n

The URL of this notebook attachment.

\n
\n \n
\n
\n
\n
\n
\n

title [required]

\n
\n

string

\n

The title of this postmortem attachment.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

attachment_type [required]

\n
\n

enum

\n

The type of postmortem attachment attributes. \nAllowed enum values: postmortem

default: postmortem

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

The attributes object for a link attachment.

\n
\n
\n
\n
\n
\n

attachment [required]

\n
\n

object

\n

The link attachment.

\n
\n
\n
\n
\n
\n

documentUrl [required]

\n
\n

string

\n

The URL of this link attachment.

\n
\n \n
\n
\n
\n
\n
\n

title [required]

\n
\n

string

\n

The title of this link attachment.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

attachment_type [required]

\n
\n

enum

\n

The type of link attachment attributes. \nAllowed enum values: link

default: link

\n
\n \n
\n
\n
\n
\n
\n

modified

\n
\n

date-time

\n

Timestamp when the incident attachment link was last modified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the incident attachment.

\n
\n \n
\n
\n
\n
\n
\n

relationships [required]

\n
\n

object

\n

The incident attachment's relationships.

\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

The incident attachment resource type. \nAllowed enum values: incident_attachments

default: incident_attachments

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Included related resources that the user requested.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

An array of incident attachments.

\n
\n
\n
\n
\n
\n

attributes [required]

\n
\n

 <oneOf>

\n

The attributes object for an attachment.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

The attributes object for a postmortem attachment.

\n
\n
\n
\n
\n
\n

attachment [required]

\n
\n

object

\n

The postmortem attachment.

\n
\n
\n
\n
\n
\n

documentUrl [required]

\n
\n

string

\n

The URL of this notebook attachment.

\n
\n \n
\n
\n
\n
\n
\n

title [required]

\n
\n

string

\n

The title of this postmortem attachment.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

attachment_type [required]

\n
\n

enum

\n

The type of postmortem attachment attributes. \nAllowed enum values: postmortem

default: postmortem

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

The attributes object for a link attachment.

\n
\n
\n
\n
\n
\n

attachment [required]

\n
\n

object

\n

The link attachment.

\n
\n
\n
\n
\n
\n

documentUrl [required]

\n
\n

string

\n

The URL of this link attachment.

\n
\n \n
\n
\n
\n
\n
\n

title [required]

\n
\n

string

\n

The title of this link attachment.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

attachment_type [required]

\n
\n

enum

\n

The type of link attachment attributes. \nAllowed enum values: link

default: link

\n
\n \n
\n
\n
\n
\n
\n

modified

\n
\n

date-time

\n

Timestamp when the incident attachment link was last modified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the incident attachment.

\n
\n \n
\n
\n
\n
\n
\n

relationships [required]

\n
\n

object

\n

The incident attachment's relationships.

\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

The incident attachment resource type. \nAllowed enum values: incident_attachments

default: incident_attachments

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Included related resources that the user requested.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
" }, "400": { "json": { @@ -3337,6 +3346,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -3382,7 +3392,7 @@ } ] }, - "html": "
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

An array of incident attachments. Only the attachments that were created or updated by the request are\nreturned.

\n
\n
\n
\n
\n
\n

attributes [required]

\n
\n

 <oneOf>

\n

The attributes object for an attachment.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

The attributes object for a postmortem attachment.

\n
\n
\n
\n
\n
\n

attachment [required]

\n
\n

object

\n

The postmortem attachment.

\n
\n
\n
\n
\n
\n

documentUrl [required]

\n
\n

string

\n

The URL of this notebook attachment.

\n
\n \n
\n
\n
\n
\n
\n

title [required]

\n
\n

string

\n

The title of this postmortem attachment.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

attachment_type [required]

\n
\n

enum

\n

The type of postmortem attachment attributes. \nAllowed enum values: postmortem

default: postmortem

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

The attributes object for a link attachment.

\n
\n
\n
\n
\n
\n

attachment [required]

\n
\n

object

\n

The link attachment.

\n
\n
\n
\n
\n
\n

documentUrl [required]

\n
\n

string

\n

The URL of this link attachment.

\n
\n \n
\n
\n
\n
\n
\n

title [required]

\n
\n

string

\n

The title of this link attachment.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

attachment_type [required]

\n
\n

enum

\n

The type of link attachment attributes. \nAllowed enum values: link

default: link

\n
\n \n
\n
\n
\n
\n
\n

modified

\n
\n

date-time

\n

Timestamp when the incident attachment link was last modified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the incident attachment.

\n
\n \n
\n
\n
\n
\n
\n

relationships [required]

\n
\n

object

\n

The incident attachment's relationships.

\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

The incident attachment resource type. \nAllowed enum values: incident_attachments

default: incident_attachments

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Included related resources that the user requested.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

An array of incident attachments. Only the attachments that were created or updated by the request are\nreturned.

\n
\n
\n
\n
\n
\n

attributes [required]

\n
\n

 <oneOf>

\n

The attributes object for an attachment.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

The attributes object for a postmortem attachment.

\n
\n
\n
\n
\n
\n

attachment [required]

\n
\n

object

\n

The postmortem attachment.

\n
\n
\n
\n
\n
\n

documentUrl [required]

\n
\n

string

\n

The URL of this notebook attachment.

\n
\n \n
\n
\n
\n
\n
\n

title [required]

\n
\n

string

\n

The title of this postmortem attachment.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

attachment_type [required]

\n
\n

enum

\n

The type of postmortem attachment attributes. \nAllowed enum values: postmortem

default: postmortem

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

The attributes object for a link attachment.

\n
\n
\n
\n
\n
\n

attachment [required]

\n
\n

object

\n

The link attachment.

\n
\n
\n
\n
\n
\n

documentUrl [required]

\n
\n

string

\n

The URL of this link attachment.

\n
\n \n
\n
\n
\n
\n
\n

title [required]

\n
\n

string

\n

The title of this link attachment.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

attachment_type [required]

\n
\n

enum

\n

The type of link attachment attributes. \nAllowed enum values: link

default: link

\n
\n \n
\n
\n
\n
\n
\n

modified

\n
\n

date-time

\n

Timestamp when the incident attachment link was last modified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the incident attachment.

\n
\n \n
\n
\n
\n
\n
\n

relationships [required]

\n
\n

object

\n

The incident attachment's relationships.

\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

The incident attachment resource type. \nAllowed enum values: incident_attachments

default: incident_attachments

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Included related resources that the user requested.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
" }, "400": { "json": { @@ -3779,6 +3789,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -3831,7 +3842,7 @@ } } }, - "html": "
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

An array of incident integration metadata.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Incident integration metadata's attributes for a create request.

\n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Timestamp when the incident todo was created.

\n
\n \n
\n
\n
\n
\n
\n

incident_id

\n
\n

string

\n

UUID of the incident this integration metadata is connected to.

\n
\n \n
\n
\n
\n
\n
\n

integration_type [required]

\n
\n

int32

\n

A number indicating the type of integration this metadata is for. 1 indicates Slack;\n8 indicates Jira.

\n
\n \n
\n
\n
\n
\n
\n

metadata [required]

\n
\n

 <oneOf>

\n

Incident integration metadata's metadata attribute.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

Incident integration metadata for the Slack integration.

\n
\n
\n
\n
\n
\n

channels [required]

\n
\n

[object]

\n

Array of Slack channels in this integration metadata.

\n
\n
\n
\n
\n
\n

channel_id [required]

\n
\n

string

\n

Slack channel ID.

\n
\n \n
\n
\n
\n
\n
\n

channel_name [required]

\n
\n

string

\n

Name of the Slack channel.

\n
\n \n
\n
\n
\n
\n
\n

redirect_url [required]

\n
\n

string

\n

URL redirecting to the Slack channel.

\n
\n \n
\n
\n
\n
\n
\n

team_id

\n
\n

string

\n

Slack team ID.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Incident integration metadata for the Jira integration.

\n
\n
\n
\n
\n
\n

issues [required]

\n
\n

[object]

\n

Array of Jira issues in this integration metadata.

\n
\n
\n
\n
\n
\n

account [required]

\n
\n

string

\n

URL of issue's Jira account.

\n
\n \n
\n
\n
\n
\n
\n

issue_key

\n
\n

string

\n

Jira issue's issue key.

\n
\n \n
\n
\n
\n
\n
\n

issuetype_id

\n
\n

string

\n

Jira issue's issue type.

\n
\n \n
\n
\n
\n
\n
\n

project_key [required]

\n
\n

string

\n

Jira issue's project keys.

\n
\n \n
\n
\n
\n
\n
\n

redirect_url

\n
\n

string

\n

URL redirecting to the Jira issue.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

Incident integration metadata for the Microsoft Teams integration.

\n
\n
\n
\n
\n
\n

teams [required]

\n
\n

[object]

\n

Array of Microsoft Teams in this integration metadata.

\n
\n
\n
\n
\n
\n

ms_channel_id [required]

\n
\n

string

\n

Microsoft Teams channel ID.

\n
\n \n
\n
\n
\n
\n
\n

ms_channel_name [required]

\n
\n

string

\n

Microsoft Teams channel name.

\n
\n \n
\n
\n
\n
\n
\n

ms_tenant_id [required]

\n
\n

string

\n

Microsoft Teams tenant ID.

\n
\n \n
\n
\n
\n
\n
\n

redirect_url [required]

\n
\n

string

\n

URL redirecting to the Microsoft Teams channel.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

modified

\n
\n

date-time

\n

Timestamp when the incident todo was last modified.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

int32

\n

A number indicating the status of this integration metadata. 0 indicates unknown;\n1 indicates pending; 2 indicates complete; 3 indicates manually created;\n4 indicates manually updated; 5 indicates failed.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident integration metadata's ID.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The incident's integration relationships from a response.

\n
\n
\n
\n
\n
\n

created_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Integration metadata resource type. \nAllowed enum values: incident_integrations

default: incident_integrations

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Included related resources that the user requested.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

meta

\n
\n

object

\n

The metadata object containing pagination metadata.

\n
\n
\n
\n
\n
\n

pagination

\n
\n

object

\n

Pagination properties.

\n
\n
\n
\n
\n
\n

next_offset

\n
\n

int64

\n

The index of the first element in the next page of results. Equal to page size added to the current offset.

\n
\n \n
\n
\n
\n
\n
\n

offset

\n
\n

int64

\n

The index of the first element in the results.

\n
\n \n
\n
\n
\n
\n
\n

size

\n
\n

int64

\n

Maximum size of pages to return.

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

An array of incident integration metadata.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Incident integration metadata's attributes for a create request.

\n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Timestamp when the incident todo was created.

\n
\n \n
\n
\n
\n
\n
\n

incident_id

\n
\n

string

\n

UUID of the incident this integration metadata is connected to.

\n
\n \n
\n
\n
\n
\n
\n

integration_type [required]

\n
\n

int32

\n

A number indicating the type of integration this metadata is for. 1 indicates Slack;\n8 indicates Jira.

\n
\n \n
\n
\n
\n
\n
\n

metadata [required]

\n
\n

 <oneOf>

\n

Incident integration metadata's metadata attribute.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

Incident integration metadata for the Slack integration.

\n
\n
\n
\n
\n
\n

channels [required]

\n
\n

[object]

\n

Array of Slack channels in this integration metadata.

\n
\n
\n
\n
\n
\n

channel_id [required]

\n
\n

string

\n

Slack channel ID.

\n
\n \n
\n
\n
\n
\n
\n

channel_name [required]

\n
\n

string

\n

Name of the Slack channel.

\n
\n \n
\n
\n
\n
\n
\n

redirect_url [required]

\n
\n

string

\n

URL redirecting to the Slack channel.

\n
\n \n
\n
\n
\n
\n
\n

team_id

\n
\n

string

\n

Slack team ID.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Incident integration metadata for the Jira integration.

\n
\n
\n
\n
\n
\n

issues [required]

\n
\n

[object]

\n

Array of Jira issues in this integration metadata.

\n
\n
\n
\n
\n
\n

account [required]

\n
\n

string

\n

URL of issue's Jira account.

\n
\n \n
\n
\n
\n
\n
\n

issue_key

\n
\n

string

\n

Jira issue's issue key.

\n
\n \n
\n
\n
\n
\n
\n

issuetype_id

\n
\n

string

\n

Jira issue's issue type.

\n
\n \n
\n
\n
\n
\n
\n

project_key [required]

\n
\n

string

\n

Jira issue's project keys.

\n
\n \n
\n
\n
\n
\n
\n

redirect_url

\n
\n

string

\n

URL redirecting to the Jira issue.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

Incident integration metadata for the Microsoft Teams integration.

\n
\n
\n
\n
\n
\n

teams [required]

\n
\n

[object]

\n

Array of Microsoft Teams in this integration metadata.

\n
\n
\n
\n
\n
\n

ms_channel_id [required]

\n
\n

string

\n

Microsoft Teams channel ID.

\n
\n \n
\n
\n
\n
\n
\n

ms_channel_name [required]

\n
\n

string

\n

Microsoft Teams channel name.

\n
\n \n
\n
\n
\n
\n
\n

ms_tenant_id [required]

\n
\n

string

\n

Microsoft Teams tenant ID.

\n
\n \n
\n
\n
\n
\n
\n

redirect_url [required]

\n
\n

string

\n

URL redirecting to the Microsoft Teams channel.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

modified

\n
\n

date-time

\n

Timestamp when the incident todo was last modified.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

int32

\n

A number indicating the status of this integration metadata. 0 indicates unknown;\n1 indicates pending; 2 indicates complete; 3 indicates manually created;\n4 indicates manually updated; 5 indicates failed.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident integration metadata's ID.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The incident's integration relationships from a response.

\n
\n
\n
\n
\n
\n

created_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Integration metadata resource type. \nAllowed enum values: incident_integrations

default: incident_integrations

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Included related resources that the user requested.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

meta

\n
\n

object

\n

The metadata object containing pagination metadata.

\n
\n
\n
\n
\n
\n

pagination

\n
\n

object

\n

Pagination properties.

\n
\n
\n
\n
\n
\n

next_offset

\n
\n

int64

\n

The index of the first element in the next page of results. Equal to page size added to the current offset.

\n
\n \n
\n
\n
\n
\n
\n

offset

\n
\n

int64

\n

The index of the first element in the results.

\n
\n \n
\n
\n
\n
\n
\n

size

\n
\n

int64

\n

Maximum size of pages to return.

\n
\n \n
\n
\n
\n
\n
\n
" }, "400": { "json": { @@ -3927,6 +3938,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -3972,7 +3984,7 @@ } ] }, - "html": "
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Incident integration metadata from a response.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Incident integration metadata's attributes for a create request.

\n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Timestamp when the incident todo was created.

\n
\n \n
\n
\n
\n
\n
\n

incident_id

\n
\n

string

\n

UUID of the incident this integration metadata is connected to.

\n
\n \n
\n
\n
\n
\n
\n

integration_type [required]

\n
\n

int32

\n

A number indicating the type of integration this metadata is for. 1 indicates Slack;\n8 indicates Jira.

\n
\n \n
\n
\n
\n
\n
\n

metadata [required]

\n
\n

 <oneOf>

\n

Incident integration metadata's metadata attribute.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

Incident integration metadata for the Slack integration.

\n
\n
\n
\n
\n
\n

channels [required]

\n
\n

[object]

\n

Array of Slack channels in this integration metadata.

\n
\n
\n
\n
\n
\n

channel_id [required]

\n
\n

string

\n

Slack channel ID.

\n
\n \n
\n
\n
\n
\n
\n

channel_name [required]

\n
\n

string

\n

Name of the Slack channel.

\n
\n \n
\n
\n
\n
\n
\n

redirect_url [required]

\n
\n

string

\n

URL redirecting to the Slack channel.

\n
\n \n
\n
\n
\n
\n
\n

team_id

\n
\n

string

\n

Slack team ID.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Incident integration metadata for the Jira integration.

\n
\n
\n
\n
\n
\n

issues [required]

\n
\n

[object]

\n

Array of Jira issues in this integration metadata.

\n
\n
\n
\n
\n
\n

account [required]

\n
\n

string

\n

URL of issue's Jira account.

\n
\n \n
\n
\n
\n
\n
\n

issue_key

\n
\n

string

\n

Jira issue's issue key.

\n
\n \n
\n
\n
\n
\n
\n

issuetype_id

\n
\n

string

\n

Jira issue's issue type.

\n
\n \n
\n
\n
\n
\n
\n

project_key [required]

\n
\n

string

\n

Jira issue's project keys.

\n
\n \n
\n
\n
\n
\n
\n

redirect_url

\n
\n

string

\n

URL redirecting to the Jira issue.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

Incident integration metadata for the Microsoft Teams integration.

\n
\n
\n
\n
\n
\n

teams [required]

\n
\n

[object]

\n

Array of Microsoft Teams in this integration metadata.

\n
\n
\n
\n
\n
\n

ms_channel_id [required]

\n
\n

string

\n

Microsoft Teams channel ID.

\n
\n \n
\n
\n
\n
\n
\n

ms_channel_name [required]

\n
\n

string

\n

Microsoft Teams channel name.

\n
\n \n
\n
\n
\n
\n
\n

ms_tenant_id [required]

\n
\n

string

\n

Microsoft Teams tenant ID.

\n
\n \n
\n
\n
\n
\n
\n

redirect_url [required]

\n
\n

string

\n

URL redirecting to the Microsoft Teams channel.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

modified

\n
\n

date-time

\n

Timestamp when the incident todo was last modified.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

int32

\n

A number indicating the status of this integration metadata. 0 indicates unknown;\n1 indicates pending; 2 indicates complete; 3 indicates manually created;\n4 indicates manually updated; 5 indicates failed.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident integration metadata's ID.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The incident's integration relationships from a response.

\n
\n
\n
\n
\n
\n

created_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Integration metadata resource type. \nAllowed enum values: incident_integrations

default: incident_integrations

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Included related resources that the user requested.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Incident integration metadata from a response.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Incident integration metadata's attributes for a create request.

\n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Timestamp when the incident todo was created.

\n
\n \n
\n
\n
\n
\n
\n

incident_id

\n
\n

string

\n

UUID of the incident this integration metadata is connected to.

\n
\n \n
\n
\n
\n
\n
\n

integration_type [required]

\n
\n

int32

\n

A number indicating the type of integration this metadata is for. 1 indicates Slack;\n8 indicates Jira.

\n
\n \n
\n
\n
\n
\n
\n

metadata [required]

\n
\n

 <oneOf>

\n

Incident integration metadata's metadata attribute.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

Incident integration metadata for the Slack integration.

\n
\n
\n
\n
\n
\n

channels [required]

\n
\n

[object]

\n

Array of Slack channels in this integration metadata.

\n
\n
\n
\n
\n
\n

channel_id [required]

\n
\n

string

\n

Slack channel ID.

\n
\n \n
\n
\n
\n
\n
\n

channel_name [required]

\n
\n

string

\n

Name of the Slack channel.

\n
\n \n
\n
\n
\n
\n
\n

redirect_url [required]

\n
\n

string

\n

URL redirecting to the Slack channel.

\n
\n \n
\n
\n
\n
\n
\n

team_id

\n
\n

string

\n

Slack team ID.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Incident integration metadata for the Jira integration.

\n
\n
\n
\n
\n
\n

issues [required]

\n
\n

[object]

\n

Array of Jira issues in this integration metadata.

\n
\n
\n
\n
\n
\n

account [required]

\n
\n

string

\n

URL of issue's Jira account.

\n
\n \n
\n
\n
\n
\n
\n

issue_key

\n
\n

string

\n

Jira issue's issue key.

\n
\n \n
\n
\n
\n
\n
\n

issuetype_id

\n
\n

string

\n

Jira issue's issue type.

\n
\n \n
\n
\n
\n
\n
\n

project_key [required]

\n
\n

string

\n

Jira issue's project keys.

\n
\n \n
\n
\n
\n
\n
\n

redirect_url

\n
\n

string

\n

URL redirecting to the Jira issue.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

Incident integration metadata for the Microsoft Teams integration.

\n
\n
\n
\n
\n
\n

teams [required]

\n
\n

[object]

\n

Array of Microsoft Teams in this integration metadata.

\n
\n
\n
\n
\n
\n

ms_channel_id [required]

\n
\n

string

\n

Microsoft Teams channel ID.

\n
\n \n
\n
\n
\n
\n
\n

ms_channel_name [required]

\n
\n

string

\n

Microsoft Teams channel name.

\n
\n \n
\n
\n
\n
\n
\n

ms_tenant_id [required]

\n
\n

string

\n

Microsoft Teams tenant ID.

\n
\n \n
\n
\n
\n
\n
\n

redirect_url [required]

\n
\n

string

\n

URL redirecting to the Microsoft Teams channel.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

modified

\n
\n

date-time

\n

Timestamp when the incident todo was last modified.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

int32

\n

A number indicating the status of this integration metadata. 0 indicates unknown;\n1 indicates pending; 2 indicates complete; 3 indicates manually created;\n4 indicates manually updated; 5 indicates failed.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident integration metadata's ID.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The incident's integration relationships from a response.

\n
\n
\n
\n
\n
\n

created_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Integration metadata resource type. \nAllowed enum values: incident_integrations

default: incident_integrations

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Included related resources that the user requested.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
" }, "400": { "json": { @@ -4152,6 +4164,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -4197,7 +4210,7 @@ } ] }, - "html": "
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Incident integration metadata from a response.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Incident integration metadata's attributes for a create request.

\n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Timestamp when the incident todo was created.

\n
\n \n
\n
\n
\n
\n
\n

incident_id

\n
\n

string

\n

UUID of the incident this integration metadata is connected to.

\n
\n \n
\n
\n
\n
\n
\n

integration_type [required]

\n
\n

int32

\n

A number indicating the type of integration this metadata is for. 1 indicates Slack;\n8 indicates Jira.

\n
\n \n
\n
\n
\n
\n
\n

metadata [required]

\n
\n

 <oneOf>

\n

Incident integration metadata's metadata attribute.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

Incident integration metadata for the Slack integration.

\n
\n
\n
\n
\n
\n

channels [required]

\n
\n

[object]

\n

Array of Slack channels in this integration metadata.

\n
\n
\n
\n
\n
\n

channel_id [required]

\n
\n

string

\n

Slack channel ID.

\n
\n \n
\n
\n
\n
\n
\n

channel_name [required]

\n
\n

string

\n

Name of the Slack channel.

\n
\n \n
\n
\n
\n
\n
\n

redirect_url [required]

\n
\n

string

\n

URL redirecting to the Slack channel.

\n
\n \n
\n
\n
\n
\n
\n

team_id

\n
\n

string

\n

Slack team ID.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Incident integration metadata for the Jira integration.

\n
\n
\n
\n
\n
\n

issues [required]

\n
\n

[object]

\n

Array of Jira issues in this integration metadata.

\n
\n
\n
\n
\n
\n

account [required]

\n
\n

string

\n

URL of issue's Jira account.

\n
\n \n
\n
\n
\n
\n
\n

issue_key

\n
\n

string

\n

Jira issue's issue key.

\n
\n \n
\n
\n
\n
\n
\n

issuetype_id

\n
\n

string

\n

Jira issue's issue type.

\n
\n \n
\n
\n
\n
\n
\n

project_key [required]

\n
\n

string

\n

Jira issue's project keys.

\n
\n \n
\n
\n
\n
\n
\n

redirect_url

\n
\n

string

\n

URL redirecting to the Jira issue.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

Incident integration metadata for the Microsoft Teams integration.

\n
\n
\n
\n
\n
\n

teams [required]

\n
\n

[object]

\n

Array of Microsoft Teams in this integration metadata.

\n
\n
\n
\n
\n
\n

ms_channel_id [required]

\n
\n

string

\n

Microsoft Teams channel ID.

\n
\n \n
\n
\n
\n
\n
\n

ms_channel_name [required]

\n
\n

string

\n

Microsoft Teams channel name.

\n
\n \n
\n
\n
\n
\n
\n

ms_tenant_id [required]

\n
\n

string

\n

Microsoft Teams tenant ID.

\n
\n \n
\n
\n
\n
\n
\n

redirect_url [required]

\n
\n

string

\n

URL redirecting to the Microsoft Teams channel.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

modified

\n
\n

date-time

\n

Timestamp when the incident todo was last modified.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

int32

\n

A number indicating the status of this integration metadata. 0 indicates unknown;\n1 indicates pending; 2 indicates complete; 3 indicates manually created;\n4 indicates manually updated; 5 indicates failed.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident integration metadata's ID.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The incident's integration relationships from a response.

\n
\n
\n
\n
\n
\n

created_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Integration metadata resource type. \nAllowed enum values: incident_integrations

default: incident_integrations

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Included related resources that the user requested.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Incident integration metadata from a response.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Incident integration metadata's attributes for a create request.

\n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Timestamp when the incident todo was created.

\n
\n \n
\n
\n
\n
\n
\n

incident_id

\n
\n

string

\n

UUID of the incident this integration metadata is connected to.

\n
\n \n
\n
\n
\n
\n
\n

integration_type [required]

\n
\n

int32

\n

A number indicating the type of integration this metadata is for. 1 indicates Slack;\n8 indicates Jira.

\n
\n \n
\n
\n
\n
\n
\n

metadata [required]

\n
\n

 <oneOf>

\n

Incident integration metadata's metadata attribute.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

Incident integration metadata for the Slack integration.

\n
\n
\n
\n
\n
\n

channels [required]

\n
\n

[object]

\n

Array of Slack channels in this integration metadata.

\n
\n
\n
\n
\n
\n

channel_id [required]

\n
\n

string

\n

Slack channel ID.

\n
\n \n
\n
\n
\n
\n
\n

channel_name [required]

\n
\n

string

\n

Name of the Slack channel.

\n
\n \n
\n
\n
\n
\n
\n

redirect_url [required]

\n
\n

string

\n

URL redirecting to the Slack channel.

\n
\n \n
\n
\n
\n
\n
\n

team_id

\n
\n

string

\n

Slack team ID.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Incident integration metadata for the Jira integration.

\n
\n
\n
\n
\n
\n

issues [required]

\n
\n

[object]

\n

Array of Jira issues in this integration metadata.

\n
\n
\n
\n
\n
\n

account [required]

\n
\n

string

\n

URL of issue's Jira account.

\n
\n \n
\n
\n
\n
\n
\n

issue_key

\n
\n

string

\n

Jira issue's issue key.

\n
\n \n
\n
\n
\n
\n
\n

issuetype_id

\n
\n

string

\n

Jira issue's issue type.

\n
\n \n
\n
\n
\n
\n
\n

project_key [required]

\n
\n

string

\n

Jira issue's project keys.

\n
\n \n
\n
\n
\n
\n
\n

redirect_url

\n
\n

string

\n

URL redirecting to the Jira issue.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

Incident integration metadata for the Microsoft Teams integration.

\n
\n
\n
\n
\n
\n

teams [required]

\n
\n

[object]

\n

Array of Microsoft Teams in this integration metadata.

\n
\n
\n
\n
\n
\n

ms_channel_id [required]

\n
\n

string

\n

Microsoft Teams channel ID.

\n
\n \n
\n
\n
\n
\n
\n

ms_channel_name [required]

\n
\n

string

\n

Microsoft Teams channel name.

\n
\n \n
\n
\n
\n
\n
\n

ms_tenant_id [required]

\n
\n

string

\n

Microsoft Teams tenant ID.

\n
\n \n
\n
\n
\n
\n
\n

redirect_url [required]

\n
\n

string

\n

URL redirecting to the Microsoft Teams channel.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

modified

\n
\n

date-time

\n

Timestamp when the incident todo was last modified.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

int32

\n

A number indicating the status of this integration metadata. 0 indicates unknown;\n1 indicates pending; 2 indicates complete; 3 indicates manually created;\n4 indicates manually updated; 5 indicates failed.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident integration metadata's ID.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The incident's integration relationships from a response.

\n
\n
\n
\n
\n
\n

created_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Integration metadata resource type. \nAllowed enum values: incident_integrations

default: incident_integrations

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Included related resources that the user requested.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
" }, "400": { "json": { @@ -4293,6 +4306,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -4338,7 +4352,7 @@ } ] }, - "html": "
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Incident integration metadata from a response.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Incident integration metadata's attributes for a create request.

\n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Timestamp when the incident todo was created.

\n
\n \n
\n
\n
\n
\n
\n

incident_id

\n
\n

string

\n

UUID of the incident this integration metadata is connected to.

\n
\n \n
\n
\n
\n
\n
\n

integration_type [required]

\n
\n

int32

\n

A number indicating the type of integration this metadata is for. 1 indicates Slack;\n8 indicates Jira.

\n
\n \n
\n
\n
\n
\n
\n

metadata [required]

\n
\n

 <oneOf>

\n

Incident integration metadata's metadata attribute.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

Incident integration metadata for the Slack integration.

\n
\n
\n
\n
\n
\n

channels [required]

\n
\n

[object]

\n

Array of Slack channels in this integration metadata.

\n
\n
\n
\n
\n
\n

channel_id [required]

\n
\n

string

\n

Slack channel ID.

\n
\n \n
\n
\n
\n
\n
\n

channel_name [required]

\n
\n

string

\n

Name of the Slack channel.

\n
\n \n
\n
\n
\n
\n
\n

redirect_url [required]

\n
\n

string

\n

URL redirecting to the Slack channel.

\n
\n \n
\n
\n
\n
\n
\n

team_id

\n
\n

string

\n

Slack team ID.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Incident integration metadata for the Jira integration.

\n
\n
\n
\n
\n
\n

issues [required]

\n
\n

[object]

\n

Array of Jira issues in this integration metadata.

\n
\n
\n
\n
\n
\n

account [required]

\n
\n

string

\n

URL of issue's Jira account.

\n
\n \n
\n
\n
\n
\n
\n

issue_key

\n
\n

string

\n

Jira issue's issue key.

\n
\n \n
\n
\n
\n
\n
\n

issuetype_id

\n
\n

string

\n

Jira issue's issue type.

\n
\n \n
\n
\n
\n
\n
\n

project_key [required]

\n
\n

string

\n

Jira issue's project keys.

\n
\n \n
\n
\n
\n
\n
\n

redirect_url

\n
\n

string

\n

URL redirecting to the Jira issue.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

Incident integration metadata for the Microsoft Teams integration.

\n
\n
\n
\n
\n
\n

teams [required]

\n
\n

[object]

\n

Array of Microsoft Teams in this integration metadata.

\n
\n
\n
\n
\n
\n

ms_channel_id [required]

\n
\n

string

\n

Microsoft Teams channel ID.

\n
\n \n
\n
\n
\n
\n
\n

ms_channel_name [required]

\n
\n

string

\n

Microsoft Teams channel name.

\n
\n \n
\n
\n
\n
\n
\n

ms_tenant_id [required]

\n
\n

string

\n

Microsoft Teams tenant ID.

\n
\n \n
\n
\n
\n
\n
\n

redirect_url [required]

\n
\n

string

\n

URL redirecting to the Microsoft Teams channel.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

modified

\n
\n

date-time

\n

Timestamp when the incident todo was last modified.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

int32

\n

A number indicating the status of this integration metadata. 0 indicates unknown;\n1 indicates pending; 2 indicates complete; 3 indicates manually created;\n4 indicates manually updated; 5 indicates failed.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident integration metadata's ID.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The incident's integration relationships from a response.

\n
\n
\n
\n
\n
\n

created_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Integration metadata resource type. \nAllowed enum values: incident_integrations

default: incident_integrations

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Included related resources that the user requested.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Incident integration metadata from a response.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Incident integration metadata's attributes for a create request.

\n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Timestamp when the incident todo was created.

\n
\n \n
\n
\n
\n
\n
\n

incident_id

\n
\n

string

\n

UUID of the incident this integration metadata is connected to.

\n
\n \n
\n
\n
\n
\n
\n

integration_type [required]

\n
\n

int32

\n

A number indicating the type of integration this metadata is for. 1 indicates Slack;\n8 indicates Jira.

\n
\n \n
\n
\n
\n
\n
\n

metadata [required]

\n
\n

 <oneOf>

\n

Incident integration metadata's metadata attribute.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

Incident integration metadata for the Slack integration.

\n
\n
\n
\n
\n
\n

channels [required]

\n
\n

[object]

\n

Array of Slack channels in this integration metadata.

\n
\n
\n
\n
\n
\n

channel_id [required]

\n
\n

string

\n

Slack channel ID.

\n
\n \n
\n
\n
\n
\n
\n

channel_name [required]

\n
\n

string

\n

Name of the Slack channel.

\n
\n \n
\n
\n
\n
\n
\n

redirect_url [required]

\n
\n

string

\n

URL redirecting to the Slack channel.

\n
\n \n
\n
\n
\n
\n
\n

team_id

\n
\n

string

\n

Slack team ID.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Incident integration metadata for the Jira integration.

\n
\n
\n
\n
\n
\n

issues [required]

\n
\n

[object]

\n

Array of Jira issues in this integration metadata.

\n
\n
\n
\n
\n
\n

account [required]

\n
\n

string

\n

URL of issue's Jira account.

\n
\n \n
\n
\n
\n
\n
\n

issue_key

\n
\n

string

\n

Jira issue's issue key.

\n
\n \n
\n
\n
\n
\n
\n

issuetype_id

\n
\n

string

\n

Jira issue's issue type.

\n
\n \n
\n
\n
\n
\n
\n

project_key [required]

\n
\n

string

\n

Jira issue's project keys.

\n
\n \n
\n
\n
\n
\n
\n

redirect_url

\n
\n

string

\n

URL redirecting to the Jira issue.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

Incident integration metadata for the Microsoft Teams integration.

\n
\n
\n
\n
\n
\n

teams [required]

\n
\n

[object]

\n

Array of Microsoft Teams in this integration metadata.

\n
\n
\n
\n
\n
\n

ms_channel_id [required]

\n
\n

string

\n

Microsoft Teams channel ID.

\n
\n \n
\n
\n
\n
\n
\n

ms_channel_name [required]

\n
\n

string

\n

Microsoft Teams channel name.

\n
\n \n
\n
\n
\n
\n
\n

ms_tenant_id [required]

\n
\n

string

\n

Microsoft Teams tenant ID.

\n
\n \n
\n
\n
\n
\n
\n

redirect_url [required]

\n
\n

string

\n

URL redirecting to the Microsoft Teams channel.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

modified

\n
\n

date-time

\n

Timestamp when the incident todo was last modified.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

int32

\n

A number indicating the status of this integration metadata. 0 indicates unknown;\n1 indicates pending; 2 indicates complete; 3 indicates manually created;\n4 indicates manually updated; 5 indicates failed.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident integration metadata's ID.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The incident's integration relationships from a response.

\n
\n
\n
\n
\n
\n

created_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Integration metadata resource type. \nAllowed enum values: incident_integrations

default: incident_integrations

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Included related resources that the user requested.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
" }, "400": { "json": { @@ -4469,6 +4483,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -4521,7 +4536,7 @@ } } }, - "html": "
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

An array of incident todos.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Incident todo's attributes.

\n
\n
\n
\n
\n
\n

assignees [required]

\n
\n

[ <oneOf>]

\n

Array of todo assignees.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

string

\n

Assignee's @-handle.

\n
\n \n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Anonymous assignee entity.

\n
\n
\n
\n
\n
\n

icon [required]

\n
\n

string

\n

URL for assignee's icon.

\n
\n \n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

Anonymous assignee's ID.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

Assignee's name.

\n
\n \n
\n
\n
\n
\n
\n

source [required]

\n
\n

enum

\n

The source of the anonymous assignee. \nAllowed enum values: slack,microsoft_teams

default: slack

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

completed

\n
\n

string

\n

Timestamp when the todo was completed.

\n
\n \n
\n
\n
\n
\n
\n

content [required]

\n
\n

string

\n

The follow-up task's content.

\n
\n \n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Timestamp when the incident todo was created.

\n
\n \n
\n
\n
\n
\n
\n

due_date

\n
\n

string

\n

Timestamp when the todo should be completed by.

\n
\n \n
\n
\n
\n
\n
\n

incident_id

\n
\n

string

\n

UUID of the incident this todo is connected to.

\n
\n \n
\n
\n
\n
\n
\n

modified

\n
\n

date-time

\n

Timestamp when the incident todo was last modified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident todo's ID.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The incident's relationships from a response.

\n
\n
\n
\n
\n
\n

created_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Todo resource type. \nAllowed enum values: incident_todos

default: incident_todos

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Included related resources that the user requested.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

meta

\n
\n

object

\n

The metadata object containing pagination metadata.

\n
\n
\n
\n
\n
\n

pagination

\n
\n

object

\n

Pagination properties.

\n
\n
\n
\n
\n
\n

next_offset

\n
\n

int64

\n

The index of the first element in the next page of results. Equal to page size added to the current offset.

\n
\n \n
\n
\n
\n
\n
\n

offset

\n
\n

int64

\n

The index of the first element in the results.

\n
\n \n
\n
\n
\n
\n
\n

size

\n
\n

int64

\n

Maximum size of pages to return.

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

An array of incident todos.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Incident todo's attributes.

\n
\n
\n
\n
\n
\n

assignees [required]

\n
\n

[ <oneOf>]

\n

Array of todo assignees.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

string

\n

Assignee's @-handle.

\n
\n \n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Anonymous assignee entity.

\n
\n
\n
\n
\n
\n

icon [required]

\n
\n

string

\n

URL for assignee's icon.

\n
\n \n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

Anonymous assignee's ID.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

Assignee's name.

\n
\n \n
\n
\n
\n
\n
\n

source [required]

\n
\n

enum

\n

The source of the anonymous assignee. \nAllowed enum values: slack,microsoft_teams

default: slack

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

completed

\n
\n

string

\n

Timestamp when the todo was completed.

\n
\n \n
\n
\n
\n
\n
\n

content [required]

\n
\n

string

\n

The follow-up task's content.

\n
\n \n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Timestamp when the incident todo was created.

\n
\n \n
\n
\n
\n
\n
\n

due_date

\n
\n

string

\n

Timestamp when the todo should be completed by.

\n
\n \n
\n
\n
\n
\n
\n

incident_id

\n
\n

string

\n

UUID of the incident this todo is connected to.

\n
\n \n
\n
\n
\n
\n
\n

modified

\n
\n

date-time

\n

Timestamp when the incident todo was last modified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident todo's ID.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The incident's relationships from a response.

\n
\n
\n
\n
\n
\n

created_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Todo resource type. \nAllowed enum values: incident_todos

default: incident_todos

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Included related resources that the user requested.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

meta

\n
\n

object

\n

The metadata object containing pagination metadata.

\n
\n
\n
\n
\n
\n

pagination

\n
\n

object

\n

Pagination properties.

\n
\n
\n
\n
\n
\n

next_offset

\n
\n

int64

\n

The index of the first element in the next page of results. Equal to page size added to the current offset.

\n
\n \n
\n
\n
\n
\n
\n

offset

\n
\n

int64

\n

The index of the first element in the results.

\n
\n \n
\n
\n
\n
\n
\n

size

\n
\n

int64

\n

Maximum size of pages to return.

\n
\n \n
\n
\n
\n
\n
\n
" }, "400": { "json": { @@ -4615,6 +4630,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -4660,7 +4676,7 @@ } ] }, - "html": "
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Incident todo response data.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Incident todo's attributes.

\n
\n
\n
\n
\n
\n

assignees [required]

\n
\n

[ <oneOf>]

\n

Array of todo assignees.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

string

\n

Assignee's @-handle.

\n
\n \n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Anonymous assignee entity.

\n
\n
\n
\n
\n
\n

icon [required]

\n
\n

string

\n

URL for assignee's icon.

\n
\n \n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

Anonymous assignee's ID.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

Assignee's name.

\n
\n \n
\n
\n
\n
\n
\n

source [required]

\n
\n

enum

\n

The source of the anonymous assignee. \nAllowed enum values: slack,microsoft_teams

default: slack

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

completed

\n
\n

string

\n

Timestamp when the todo was completed.

\n
\n \n
\n
\n
\n
\n
\n

content [required]

\n
\n

string

\n

The follow-up task's content.

\n
\n \n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Timestamp when the incident todo was created.

\n
\n \n
\n
\n
\n
\n
\n

due_date

\n
\n

string

\n

Timestamp when the todo should be completed by.

\n
\n \n
\n
\n
\n
\n
\n

incident_id

\n
\n

string

\n

UUID of the incident this todo is connected to.

\n
\n \n
\n
\n
\n
\n
\n

modified

\n
\n

date-time

\n

Timestamp when the incident todo was last modified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident todo's ID.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The incident's relationships from a response.

\n
\n
\n
\n
\n
\n

created_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Todo resource type. \nAllowed enum values: incident_todos

default: incident_todos

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Included related resources that the user requested.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Incident todo response data.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Incident todo's attributes.

\n
\n
\n
\n
\n
\n

assignees [required]

\n
\n

[ <oneOf>]

\n

Array of todo assignees.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

string

\n

Assignee's @-handle.

\n
\n \n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Anonymous assignee entity.

\n
\n
\n
\n
\n
\n

icon [required]

\n
\n

string

\n

URL for assignee's icon.

\n
\n \n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

Anonymous assignee's ID.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

Assignee's name.

\n
\n \n
\n
\n
\n
\n
\n

source [required]

\n
\n

enum

\n

The source of the anonymous assignee. \nAllowed enum values: slack,microsoft_teams

default: slack

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

completed

\n
\n

string

\n

Timestamp when the todo was completed.

\n
\n \n
\n
\n
\n
\n
\n

content [required]

\n
\n

string

\n

The follow-up task's content.

\n
\n \n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Timestamp when the incident todo was created.

\n
\n \n
\n
\n
\n
\n
\n

due_date

\n
\n

string

\n

Timestamp when the todo should be completed by.

\n
\n \n
\n
\n
\n
\n
\n

incident_id

\n
\n

string

\n

UUID of the incident this todo is connected to.

\n
\n \n
\n
\n
\n
\n
\n

modified

\n
\n

date-time

\n

Timestamp when the incident todo was last modified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident todo's ID.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The incident's relationships from a response.

\n
\n
\n
\n
\n
\n

created_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Todo resource type. \nAllowed enum values: incident_todos

default: incident_todos

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Included related resources that the user requested.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
" }, "400": { "json": { @@ -4830,6 +4846,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -4875,7 +4892,7 @@ } ] }, - "html": "
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Incident todo response data.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Incident todo's attributes.

\n
\n
\n
\n
\n
\n

assignees [required]

\n
\n

[ <oneOf>]

\n

Array of todo assignees.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

string

\n

Assignee's @-handle.

\n
\n \n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Anonymous assignee entity.

\n
\n
\n
\n
\n
\n

icon [required]

\n
\n

string

\n

URL for assignee's icon.

\n
\n \n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

Anonymous assignee's ID.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

Assignee's name.

\n
\n \n
\n
\n
\n
\n
\n

source [required]

\n
\n

enum

\n

The source of the anonymous assignee. \nAllowed enum values: slack,microsoft_teams

default: slack

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

completed

\n
\n

string

\n

Timestamp when the todo was completed.

\n
\n \n
\n
\n
\n
\n
\n

content [required]

\n
\n

string

\n

The follow-up task's content.

\n
\n \n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Timestamp when the incident todo was created.

\n
\n \n
\n
\n
\n
\n
\n

due_date

\n
\n

string

\n

Timestamp when the todo should be completed by.

\n
\n \n
\n
\n
\n
\n
\n

incident_id

\n
\n

string

\n

UUID of the incident this todo is connected to.

\n
\n \n
\n
\n
\n
\n
\n

modified

\n
\n

date-time

\n

Timestamp when the incident todo was last modified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident todo's ID.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The incident's relationships from a response.

\n
\n
\n
\n
\n
\n

created_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Todo resource type. \nAllowed enum values: incident_todos

default: incident_todos

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Included related resources that the user requested.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Incident todo response data.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Incident todo's attributes.

\n
\n
\n
\n
\n
\n

assignees [required]

\n
\n

[ <oneOf>]

\n

Array of todo assignees.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

string

\n

Assignee's @-handle.

\n
\n \n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Anonymous assignee entity.

\n
\n
\n
\n
\n
\n

icon [required]

\n
\n

string

\n

URL for assignee's icon.

\n
\n \n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

Anonymous assignee's ID.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

Assignee's name.

\n
\n \n
\n
\n
\n
\n
\n

source [required]

\n
\n

enum

\n

The source of the anonymous assignee. \nAllowed enum values: slack,microsoft_teams

default: slack

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

completed

\n
\n

string

\n

Timestamp when the todo was completed.

\n
\n \n
\n
\n
\n
\n
\n

content [required]

\n
\n

string

\n

The follow-up task's content.

\n
\n \n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Timestamp when the incident todo was created.

\n
\n \n
\n
\n
\n
\n
\n

due_date

\n
\n

string

\n

Timestamp when the todo should be completed by.

\n
\n \n
\n
\n
\n
\n
\n

incident_id

\n
\n

string

\n

UUID of the incident this todo is connected to.

\n
\n \n
\n
\n
\n
\n
\n

modified

\n
\n

date-time

\n

Timestamp when the incident todo was last modified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident todo's ID.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The incident's relationships from a response.

\n
\n
\n
\n
\n
\n

created_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Todo resource type. \nAllowed enum values: incident_todos

default: incident_todos

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Included related resources that the user requested.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
" }, "400": { "json": { @@ -4969,6 +4986,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -5014,7 +5032,7 @@ } ] }, - "html": "
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Incident todo response data.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Incident todo's attributes.

\n
\n
\n
\n
\n
\n

assignees [required]

\n
\n

[ <oneOf>]

\n

Array of todo assignees.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

string

\n

Assignee's @-handle.

\n
\n \n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Anonymous assignee entity.

\n
\n
\n
\n
\n
\n

icon [required]

\n
\n

string

\n

URL for assignee's icon.

\n
\n \n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

Anonymous assignee's ID.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

Assignee's name.

\n
\n \n
\n
\n
\n
\n
\n

source [required]

\n
\n

enum

\n

The source of the anonymous assignee. \nAllowed enum values: slack,microsoft_teams

default: slack

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

completed

\n
\n

string

\n

Timestamp when the todo was completed.

\n
\n \n
\n
\n
\n
\n
\n

content [required]

\n
\n

string

\n

The follow-up task's content.

\n
\n \n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Timestamp when the incident todo was created.

\n
\n \n
\n
\n
\n
\n
\n

due_date

\n
\n

string

\n

Timestamp when the todo should be completed by.

\n
\n \n
\n
\n
\n
\n
\n

incident_id

\n
\n

string

\n

UUID of the incident this todo is connected to.

\n
\n \n
\n
\n
\n
\n
\n

modified

\n
\n

date-time

\n

Timestamp when the incident todo was last modified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident todo's ID.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The incident's relationships from a response.

\n
\n
\n
\n
\n
\n

created_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Todo resource type. \nAllowed enum values: incident_todos

default: incident_todos

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Included related resources that the user requested.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Incident todo response data.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Incident todo's attributes.

\n
\n
\n
\n
\n
\n

assignees [required]

\n
\n

[ <oneOf>]

\n

Array of todo assignees.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

string

\n

Assignee's @-handle.

\n
\n \n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Anonymous assignee entity.

\n
\n
\n
\n
\n
\n

icon [required]

\n
\n

string

\n

URL for assignee's icon.

\n
\n \n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

Anonymous assignee's ID.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

Assignee's name.

\n
\n \n
\n
\n
\n
\n
\n

source [required]

\n
\n

enum

\n

The source of the anonymous assignee. \nAllowed enum values: slack,microsoft_teams

default: slack

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

completed

\n
\n

string

\n

Timestamp when the todo was completed.

\n
\n \n
\n
\n
\n
\n
\n

content [required]

\n
\n

string

\n

The follow-up task's content.

\n
\n \n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Timestamp when the incident todo was created.

\n
\n \n
\n
\n
\n
\n
\n

due_date

\n
\n

string

\n

Timestamp when the todo should be completed by.

\n
\n \n
\n
\n
\n
\n
\n

incident_id

\n
\n

string

\n

UUID of the incident this todo is connected to.

\n
\n \n
\n
\n
\n
\n
\n

modified

\n
\n

date-time

\n

Timestamp when the incident todo was last modified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The incident todo's ID.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

The incident's relationships from a response.

\n
\n
\n
\n
\n
\n

created_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

last_modified_by_user

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Todo resource type. \nAllowed enum values: incident_todos

default: incident_todos

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Included related resources that the user requested.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
" }, "400": { "json": { diff --git a/content/en/api/v2/key-management/examples.json b/content/en/api/v2/key-management/examples.json index 0ec0593c2bcf2..7a51ba8d280ac 100644 --- a/content/en/api/v2/key-management/examples.json +++ b/content/en/api/v2/key-management/examples.json @@ -40,6 +40,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -91,7 +92,7 @@ } } }, - "html": "
\n
\n
\n
\n

data

\n
\n

[object]

\n

Array of API keys.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of a partial API key.

\n
\n
\n
\n
\n
\n

category

\n
\n

string

\n

The category of the API key.

\n
\n \n
\n
\n
\n
\n
\n

created_at

\n
\n

string

\n

Creation date of the API key.

\n
\n \n
\n
\n
\n
\n
\n

date_last_used

\n
\n

date-time

\n

Date the API Key was last used.

\n
\n \n
\n
\n
\n
\n
\n

last4

\n
\n

string

\n

The last four characters of the API key.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

string

\n

Date the API key was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the API key.

\n
\n \n
\n
\n
\n
\n
\n

remote_config_read_enabled

\n
\n

boolean

\n

The remote config read enabled status.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the API key.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Resources related to the API key.

\n
\n
\n
\n
\n
\n

created_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

modified_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

API Keys resource type. \nAllowed enum values: api_keys

default: api_keys

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the API key.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

The definition of LeakedKey object.

\n
\n
\n
\n
\n
\n

attributes [required]

\n
\n

object

\n

The definition of LeakedKeyAttributes object.

\n
\n
\n
\n
\n
\n

date [required]

\n
\n

date-time

\n

The LeakedKeyAttributes date.

\n
\n \n
\n
\n
\n
\n
\n

leak_source

\n
\n

string

\n

The LeakedKeyAttributes leak_source.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The LeakedKey id.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

The definition of LeakedKeyType object. \nAllowed enum values: leaked_keys

default: leaked_keys

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

meta

\n
\n

object

\n

Additional information related to api keys response.

\n
\n
\n
\n
\n
\n

max_allowed

\n
\n

int64

\n

Max allowed number of API keys.

\n
\n \n
\n
\n
\n
\n
\n

page

\n
\n

object

\n

Additional information related to the API keys response.

\n
\n
\n
\n
\n
\n

total_filtered_count

\n
\n

int64

\n

Total filtered application key count.

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data

\n
\n

[object]

\n

Array of API keys.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of a partial API key.

\n
\n
\n
\n
\n
\n

category

\n
\n

string

\n

The category of the API key.

\n
\n \n
\n
\n
\n
\n
\n

created_at

\n
\n

string

\n

Creation date of the API key.

\n
\n \n
\n
\n
\n
\n
\n

date_last_used

\n
\n

date-time

\n

Date the API Key was last used.

\n
\n \n
\n
\n
\n
\n
\n

last4

\n
\n

string

\n

The last four characters of the API key.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

string

\n

Date the API key was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the API key.

\n
\n \n
\n
\n
\n
\n
\n

remote_config_read_enabled

\n
\n

boolean

\n

The remote config read enabled status.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the API key.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Resources related to the API key.

\n
\n
\n
\n
\n
\n

created_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

modified_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

API Keys resource type. \nAllowed enum values: api_keys

default: api_keys

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the API key.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

The definition of LeakedKey object.

\n
\n
\n
\n
\n
\n

attributes [required]

\n
\n

object

\n

The definition of LeakedKeyAttributes object.

\n
\n
\n
\n
\n
\n

date [required]

\n
\n

date-time

\n

The LeakedKeyAttributes date.

\n
\n \n
\n
\n
\n
\n
\n

leak_source

\n
\n

string

\n

The LeakedKeyAttributes leak_source.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The LeakedKey id.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

The definition of LeakedKeyType object. \nAllowed enum values: leaked_keys

default: leaked_keys

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

meta

\n
\n

object

\n

Additional information related to api keys response.

\n
\n
\n
\n
\n
\n

max_allowed

\n
\n

int64

\n

Max allowed number of API keys.

\n
\n \n
\n
\n
\n
\n
\n

page

\n
\n

object

\n

Additional information related to the API keys response.

\n
\n
\n
\n
\n
\n

total_filtered_count

\n
\n

int64

\n

Total filtered application key count.

\n
\n \n
\n
\n
\n
\n
\n
" }, "400": { "json": { @@ -164,6 +165,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -209,7 +211,7 @@ } ] }, - "html": "
\n
\n
\n
\n

data

\n
\n

object

\n

Datadog API key.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of a full API key.

\n
\n
\n
\n
\n
\n

category

\n
\n

string

\n

The category of the API key.

\n
\n \n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation date of the API key.

\n
\n \n
\n
\n
\n
\n
\n

date_last_used

\n
\n

date-time

\n

Date the API Key was last used

\n
\n \n
\n
\n
\n
\n
\n

key

\n
\n

string

\n

The API key.

\n
\n \n
\n
\n
\n
\n
\n

last4

\n
\n

string

\n

The last four characters of the API key.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Date the API key was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the API key.

\n
\n \n
\n
\n
\n
\n
\n

remote_config_read_enabled

\n
\n

boolean

\n

The remote config read enabled status.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the API key.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Resources related to the API key.

\n
\n
\n
\n
\n
\n

created_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

modified_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

API Keys resource type. \nAllowed enum values: api_keys

default: api_keys

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the API key.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

The definition of LeakedKey object.

\n
\n
\n
\n
\n
\n

attributes [required]

\n
\n

object

\n

The definition of LeakedKeyAttributes object.

\n
\n
\n
\n
\n
\n

date [required]

\n
\n

date-time

\n

The LeakedKeyAttributes date.

\n
\n \n
\n
\n
\n
\n
\n

leak_source

\n
\n

string

\n

The LeakedKeyAttributes leak_source.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The LeakedKey id.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

The definition of LeakedKeyType object. \nAllowed enum values: leaked_keys

default: leaked_keys

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data

\n
\n

object

\n

Datadog API key.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of a full API key.

\n
\n
\n
\n
\n
\n

category

\n
\n

string

\n

The category of the API key.

\n
\n \n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation date of the API key.

\n
\n \n
\n
\n
\n
\n
\n

date_last_used

\n
\n

date-time

\n

Date the API Key was last used

\n
\n \n
\n
\n
\n
\n
\n

key

\n
\n

string

\n

The API key.

\n
\n \n
\n
\n
\n
\n
\n

last4

\n
\n

string

\n

The last four characters of the API key.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Date the API key was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the API key.

\n
\n \n
\n
\n
\n
\n
\n

remote_config_read_enabled

\n
\n

boolean

\n

The remote config read enabled status.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the API key.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Resources related to the API key.

\n
\n
\n
\n
\n
\n

created_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

modified_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

API Keys resource type. \nAllowed enum values: api_keys

default: api_keys

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the API key.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

The definition of LeakedKey object.

\n
\n
\n
\n
\n
\n

attributes [required]

\n
\n

object

\n

The definition of LeakedKeyAttributes object.

\n
\n
\n
\n
\n
\n

date [required]

\n
\n

date-time

\n

The LeakedKeyAttributes date.

\n
\n \n
\n
\n
\n
\n
\n

leak_source

\n
\n

string

\n

The LeakedKeyAttributes leak_source.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The LeakedKey id.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

The definition of LeakedKeyType object. \nAllowed enum values: leaked_keys

default: leaked_keys

\n
\n \n
\n
\n
\n
\n
\n
" }, "400": { "json": { @@ -331,6 +333,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -376,7 +379,7 @@ } ] }, - "html": "
\n
\n
\n
\n

data

\n
\n

object

\n

Datadog API key.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of a full API key.

\n
\n
\n
\n
\n
\n

category

\n
\n

string

\n

The category of the API key.

\n
\n \n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation date of the API key.

\n
\n \n
\n
\n
\n
\n
\n

date_last_used

\n
\n

date-time

\n

Date the API Key was last used

\n
\n \n
\n
\n
\n
\n
\n

key

\n
\n

string

\n

The API key.

\n
\n \n
\n
\n
\n
\n
\n

last4

\n
\n

string

\n

The last four characters of the API key.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Date the API key was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the API key.

\n
\n \n
\n
\n
\n
\n
\n

remote_config_read_enabled

\n
\n

boolean

\n

The remote config read enabled status.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the API key.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Resources related to the API key.

\n
\n
\n
\n
\n
\n

created_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

modified_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

API Keys resource type. \nAllowed enum values: api_keys

default: api_keys

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the API key.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

The definition of LeakedKey object.

\n
\n
\n
\n
\n
\n

attributes [required]

\n
\n

object

\n

The definition of LeakedKeyAttributes object.

\n
\n
\n
\n
\n
\n

date [required]

\n
\n

date-time

\n

The LeakedKeyAttributes date.

\n
\n \n
\n
\n
\n
\n
\n

leak_source

\n
\n

string

\n

The LeakedKeyAttributes leak_source.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The LeakedKey id.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

The definition of LeakedKeyType object. \nAllowed enum values: leaked_keys

default: leaked_keys

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data

\n
\n

object

\n

Datadog API key.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of a full API key.

\n
\n
\n
\n
\n
\n

category

\n
\n

string

\n

The category of the API key.

\n
\n \n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation date of the API key.

\n
\n \n
\n
\n
\n
\n
\n

date_last_used

\n
\n

date-time

\n

Date the API Key was last used

\n
\n \n
\n
\n
\n
\n
\n

key

\n
\n

string

\n

The API key.

\n
\n \n
\n
\n
\n
\n
\n

last4

\n
\n

string

\n

The last four characters of the API key.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Date the API key was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the API key.

\n
\n \n
\n
\n
\n
\n
\n

remote_config_read_enabled

\n
\n

boolean

\n

The remote config read enabled status.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the API key.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Resources related to the API key.

\n
\n
\n
\n
\n
\n

created_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

modified_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

API Keys resource type. \nAllowed enum values: api_keys

default: api_keys

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the API key.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

The definition of LeakedKey object.

\n
\n
\n
\n
\n
\n

attributes [required]

\n
\n

object

\n

The definition of LeakedKeyAttributes object.

\n
\n
\n
\n
\n
\n

date [required]

\n
\n

date-time

\n

The LeakedKeyAttributes date.

\n
\n \n
\n
\n
\n
\n
\n

leak_source

\n
\n

string

\n

The LeakedKeyAttributes leak_source.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The LeakedKey id.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

The definition of LeakedKeyType object. \nAllowed enum values: leaked_keys

default: leaked_keys

\n
\n \n
\n
\n
\n
\n
\n
" }, "403": { "json": { @@ -449,6 +452,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -494,7 +498,7 @@ } ] }, - "html": "
\n
\n
\n
\n

data

\n
\n

object

\n

Datadog API key.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of a full API key.

\n
\n
\n
\n
\n
\n

category

\n
\n

string

\n

The category of the API key.

\n
\n \n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation date of the API key.

\n
\n \n
\n
\n
\n
\n
\n

date_last_used

\n
\n

date-time

\n

Date the API Key was last used

\n
\n \n
\n
\n
\n
\n
\n

key

\n
\n

string

\n

The API key.

\n
\n \n
\n
\n
\n
\n
\n

last4

\n
\n

string

\n

The last four characters of the API key.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Date the API key was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the API key.

\n
\n \n
\n
\n
\n
\n
\n

remote_config_read_enabled

\n
\n

boolean

\n

The remote config read enabled status.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the API key.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Resources related to the API key.

\n
\n
\n
\n
\n
\n

created_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

modified_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

API Keys resource type. \nAllowed enum values: api_keys

default: api_keys

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the API key.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

The definition of LeakedKey object.

\n
\n
\n
\n
\n
\n

attributes [required]

\n
\n

object

\n

The definition of LeakedKeyAttributes object.

\n
\n
\n
\n
\n
\n

date [required]

\n
\n

date-time

\n

The LeakedKeyAttributes date.

\n
\n \n
\n
\n
\n
\n
\n

leak_source

\n
\n

string

\n

The LeakedKeyAttributes leak_source.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The LeakedKey id.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

The definition of LeakedKeyType object. \nAllowed enum values: leaked_keys

default: leaked_keys

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data

\n
\n

object

\n

Datadog API key.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of a full API key.

\n
\n
\n
\n
\n
\n

category

\n
\n

string

\n

The category of the API key.

\n
\n \n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation date of the API key.

\n
\n \n
\n
\n
\n
\n
\n

date_last_used

\n
\n

date-time

\n

Date the API Key was last used

\n
\n \n
\n
\n
\n
\n
\n

key

\n
\n

string

\n

The API key.

\n
\n \n
\n
\n
\n
\n
\n

last4

\n
\n

string

\n

The last four characters of the API key.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Date the API key was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the API key.

\n
\n \n
\n
\n
\n
\n
\n

remote_config_read_enabled

\n
\n

boolean

\n

The remote config read enabled status.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the API key.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Resources related to the API key.

\n
\n
\n
\n
\n
\n

created_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

modified_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

API Keys resource type. \nAllowed enum values: api_keys

default: api_keys

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the API key.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

The definition of LeakedKey object.

\n
\n
\n
\n
\n
\n

attributes [required]

\n
\n

object

\n

The definition of LeakedKeyAttributes object.

\n
\n
\n
\n
\n
\n

date [required]

\n
\n

date-time

\n

The LeakedKeyAttributes date.

\n
\n \n
\n
\n
\n
\n
\n

leak_source

\n
\n

string

\n

The LeakedKeyAttributes leak_source.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The LeakedKey id.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

The definition of LeakedKeyType object. \nAllowed enum values: leaked_keys

default: leaked_keys

\n
\n \n
\n
\n
\n
\n
\n
" }, "400": { "json": { @@ -590,6 +594,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -641,7 +646,7 @@ } } }, - "html": "
\n
\n
\n
\n

data

\n
\n

[object]

\n

Array of application keys.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of a partial application key.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

string

\n

Creation date of the application key.

\n
\n \n
\n
\n
\n
\n
\n

last4

\n
\n

string

\n

The last four characters of the application key.

\n
\n \n
\n
\n
\n
\n
\n

last_used_at

\n
\n

string

\n

Last usage timestamp of the application key.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the application key.

\n
\n \n
\n
\n
\n
\n
\n

scopes

\n
\n

[string]

\n

Array of scopes to grant the application key.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the application key.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Resources related to the application key.

\n
\n
\n
\n
\n
\n

owned_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Application Keys resource type. \nAllowed enum values: application_keys

default: application_keys

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the application key.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Role object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the role.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the role.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last role modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

The name of the role. The name is neither unique nor a stable identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

user_count

\n
\n

int64

\n

Number of users with that role.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the role object returned by the API.

\n
\n
\n
\n
\n
\n

permissions

\n
\n

object

\n

Relationship to multiple permissions objects.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Relationships to permission objects.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

The definition of LeakedKey object.

\n
\n
\n
\n
\n
\n

attributes [required]

\n
\n

object

\n

The definition of LeakedKeyAttributes object.

\n
\n
\n
\n
\n
\n

date [required]

\n
\n

date-time

\n

The LeakedKeyAttributes date.

\n
\n \n
\n
\n
\n
\n
\n

leak_source

\n
\n

string

\n

The LeakedKeyAttributes leak_source.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The LeakedKey id.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

The definition of LeakedKeyType object. \nAllowed enum values: leaked_keys

default: leaked_keys

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

meta

\n
\n

object

\n

Additional information related to the application key response.

\n
\n
\n
\n
\n
\n

max_allowed_per_user

\n
\n

int64

\n

Max allowed number of application keys per user.

\n
\n \n
\n
\n
\n
\n
\n

page

\n
\n

object

\n

Additional information related to the application key response.

\n
\n
\n
\n
\n
\n

total_filtered_count

\n
\n

int64

\n

Total filtered application key count.

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data

\n
\n

[object]

\n

Array of application keys.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of a partial application key.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

string

\n

Creation date of the application key.

\n
\n \n
\n
\n
\n
\n
\n

last4

\n
\n

string

\n

The last four characters of the application key.

\n
\n \n
\n
\n
\n
\n
\n

last_used_at

\n
\n

string

\n

Last usage timestamp of the application key.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the application key.

\n
\n \n
\n
\n
\n
\n
\n

scopes

\n
\n

[string]

\n

Array of scopes to grant the application key.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the application key.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Resources related to the application key.

\n
\n
\n
\n
\n
\n

owned_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Application Keys resource type. \nAllowed enum values: application_keys

default: application_keys

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the application key.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Role object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the role.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the role.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last role modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

The name of the role. The name is neither unique nor a stable identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

user_count

\n
\n

int64

\n

Number of users with that role.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the role object returned by the API.

\n
\n
\n
\n
\n
\n

permissions

\n
\n

object

\n

Relationship to multiple permissions objects.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Relationships to permission objects.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

The definition of LeakedKey object.

\n
\n
\n
\n
\n
\n

attributes [required]

\n
\n

object

\n

The definition of LeakedKeyAttributes object.

\n
\n
\n
\n
\n
\n

date [required]

\n
\n

date-time

\n

The LeakedKeyAttributes date.

\n
\n \n
\n
\n
\n
\n
\n

leak_source

\n
\n

string

\n

The LeakedKeyAttributes leak_source.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The LeakedKey id.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

The definition of LeakedKeyType object. \nAllowed enum values: leaked_keys

default: leaked_keys

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

meta

\n
\n

object

\n

Additional information related to the application key response.

\n
\n
\n
\n
\n
\n

max_allowed_per_user

\n
\n

int64

\n

Max allowed number of application keys per user.

\n
\n \n
\n
\n
\n
\n
\n

page

\n
\n

object

\n

Additional information related to the application key response.

\n
\n
\n
\n
\n
\n

total_filtered_count

\n
\n

int64

\n

Total filtered application key count.

\n
\n \n
\n
\n
\n
\n
\n
" }, "400": { "json": { @@ -751,6 +756,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -796,7 +802,7 @@ } ] }, - "html": "
\n
\n
\n
\n

data

\n
\n

object

\n

Datadog application key.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of a full application key.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation date of the application key.

\n
\n \n
\n
\n
\n
\n
\n

key

\n
\n

string

\n

The application key.

\n
\n \n
\n
\n
\n
\n
\n

last4

\n
\n

string

\n

The last four characters of the application key.

\n
\n \n
\n
\n
\n
\n
\n

last_used_at

\n
\n

date-time

\n

Last usage timestamp of the application key.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the application key.

\n
\n \n
\n
\n
\n
\n
\n

scopes

\n
\n

[string]

\n

Array of scopes to grant the application key.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the application key.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Resources related to the application key.

\n
\n
\n
\n
\n
\n

owned_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Application Keys resource type. \nAllowed enum values: application_keys

default: application_keys

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the application key.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Role object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the role.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the role.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last role modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

The name of the role. The name is neither unique nor a stable identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

user_count

\n
\n

int64

\n

Number of users with that role.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the role object returned by the API.

\n
\n
\n
\n
\n
\n

permissions

\n
\n

object

\n

Relationship to multiple permissions objects.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Relationships to permission objects.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

The definition of LeakedKey object.

\n
\n
\n
\n
\n
\n

attributes [required]

\n
\n

object

\n

The definition of LeakedKeyAttributes object.

\n
\n
\n
\n
\n
\n

date [required]

\n
\n

date-time

\n

The LeakedKeyAttributes date.

\n
\n \n
\n
\n
\n
\n
\n

leak_source

\n
\n

string

\n

The LeakedKeyAttributes leak_source.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The LeakedKey id.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

The definition of LeakedKeyType object. \nAllowed enum values: leaked_keys

default: leaked_keys

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data

\n
\n

object

\n

Datadog application key.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of a full application key.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation date of the application key.

\n
\n \n
\n
\n
\n
\n
\n

key

\n
\n

string

\n

The application key.

\n
\n \n
\n
\n
\n
\n
\n

last4

\n
\n

string

\n

The last four characters of the application key.

\n
\n \n
\n
\n
\n
\n
\n

last_used_at

\n
\n

date-time

\n

Last usage timestamp of the application key.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the application key.

\n
\n \n
\n
\n
\n
\n
\n

scopes

\n
\n

[string]

\n

Array of scopes to grant the application key.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the application key.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Resources related to the application key.

\n
\n
\n
\n
\n
\n

owned_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Application Keys resource type. \nAllowed enum values: application_keys

default: application_keys

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the application key.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Role object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the role.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the role.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last role modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

The name of the role. The name is neither unique nor a stable identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

user_count

\n
\n

int64

\n

Number of users with that role.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the role object returned by the API.

\n
\n
\n
\n
\n
\n

permissions

\n
\n

object

\n

Relationship to multiple permissions objects.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Relationships to permission objects.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

The definition of LeakedKey object.

\n
\n
\n
\n
\n
\n

attributes [required]

\n
\n

object

\n

The definition of LeakedKeyAttributes object.

\n
\n
\n
\n
\n
\n

date [required]

\n
\n

date-time

\n

The LeakedKeyAttributes date.

\n
\n \n
\n
\n
\n
\n
\n

leak_source

\n
\n

string

\n

The LeakedKeyAttributes leak_source.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The LeakedKey id.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

The definition of LeakedKeyType object. \nAllowed enum values: leaked_keys

default: leaked_keys

\n
\n \n
\n
\n
\n
\n
\n
" }, "400": { "json": { @@ -873,6 +879,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -918,7 +925,7 @@ } ] }, - "html": "
\n
\n
\n
\n

data

\n
\n

object

\n

Datadog application key.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of a full application key.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation date of the application key.

\n
\n \n
\n
\n
\n
\n
\n

key

\n
\n

string

\n

The application key.

\n
\n \n
\n
\n
\n
\n
\n

last4

\n
\n

string

\n

The last four characters of the application key.

\n
\n \n
\n
\n
\n
\n
\n

last_used_at

\n
\n

date-time

\n

Last usage timestamp of the application key.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the application key.

\n
\n \n
\n
\n
\n
\n
\n

scopes

\n
\n

[string]

\n

Array of scopes to grant the application key.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the application key.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Resources related to the application key.

\n
\n
\n
\n
\n
\n

owned_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Application Keys resource type. \nAllowed enum values: application_keys

default: application_keys

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the application key.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Role object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the role.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the role.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last role modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

The name of the role. The name is neither unique nor a stable identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

user_count

\n
\n

int64

\n

Number of users with that role.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the role object returned by the API.

\n
\n
\n
\n
\n
\n

permissions

\n
\n

object

\n

Relationship to multiple permissions objects.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Relationships to permission objects.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

The definition of LeakedKey object.

\n
\n
\n
\n
\n
\n

attributes [required]

\n
\n

object

\n

The definition of LeakedKeyAttributes object.

\n
\n
\n
\n
\n
\n

date [required]

\n
\n

date-time

\n

The LeakedKeyAttributes date.

\n
\n \n
\n
\n
\n
\n
\n

leak_source

\n
\n

string

\n

The LeakedKeyAttributes leak_source.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The LeakedKey id.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

The definition of LeakedKeyType object. \nAllowed enum values: leaked_keys

default: leaked_keys

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data

\n
\n

object

\n

Datadog application key.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of a full application key.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation date of the application key.

\n
\n \n
\n
\n
\n
\n
\n

key

\n
\n

string

\n

The application key.

\n
\n \n
\n
\n
\n
\n
\n

last4

\n
\n

string

\n

The last four characters of the application key.

\n
\n \n
\n
\n
\n
\n
\n

last_used_at

\n
\n

date-time

\n

Last usage timestamp of the application key.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the application key.

\n
\n \n
\n
\n
\n
\n
\n

scopes

\n
\n

[string]

\n

Array of scopes to grant the application key.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the application key.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Resources related to the application key.

\n
\n
\n
\n
\n
\n

owned_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Application Keys resource type. \nAllowed enum values: application_keys

default: application_keys

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the application key.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Role object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the role.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the role.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last role modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

The name of the role. The name is neither unique nor a stable identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

user_count

\n
\n

int64

\n

Number of users with that role.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the role object returned by the API.

\n
\n
\n
\n
\n
\n

permissions

\n
\n

object

\n

Relationship to multiple permissions objects.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Relationships to permission objects.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

The definition of LeakedKey object.

\n
\n
\n
\n
\n
\n

attributes [required]

\n
\n

object

\n

The definition of LeakedKeyAttributes object.

\n
\n
\n
\n
\n
\n

date [required]

\n
\n

date-time

\n

The LeakedKeyAttributes date.

\n
\n \n
\n
\n
\n
\n
\n

leak_source

\n
\n

string

\n

The LeakedKeyAttributes leak_source.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The LeakedKey id.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

The definition of LeakedKeyType object. \nAllowed enum values: leaked_keys

default: leaked_keys

\n
\n \n
\n
\n
\n
\n
\n
" }, "400": { "json": { @@ -1015,6 +1022,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -1066,7 +1074,7 @@ } } }, - "html": "
\n
\n
\n
\n

data

\n
\n

[object]

\n

Array of application keys.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of a partial application key.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

string

\n

Creation date of the application key.

\n
\n \n
\n
\n
\n
\n
\n

last4

\n
\n

string

\n

The last four characters of the application key.

\n
\n \n
\n
\n
\n
\n
\n

last_used_at

\n
\n

string

\n

Last usage timestamp of the application key.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the application key.

\n
\n \n
\n
\n
\n
\n
\n

scopes

\n
\n

[string]

\n

Array of scopes to grant the application key.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the application key.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Resources related to the application key.

\n
\n
\n
\n
\n
\n

owned_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Application Keys resource type. \nAllowed enum values: application_keys

default: application_keys

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the application key.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Role object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the role.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the role.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last role modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

The name of the role. The name is neither unique nor a stable identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

user_count

\n
\n

int64

\n

Number of users with that role.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the role object returned by the API.

\n
\n
\n
\n
\n
\n

permissions

\n
\n

object

\n

Relationship to multiple permissions objects.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Relationships to permission objects.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

The definition of LeakedKey object.

\n
\n
\n
\n
\n
\n

attributes [required]

\n
\n

object

\n

The definition of LeakedKeyAttributes object.

\n
\n
\n
\n
\n
\n

date [required]

\n
\n

date-time

\n

The LeakedKeyAttributes date.

\n
\n \n
\n
\n
\n
\n
\n

leak_source

\n
\n

string

\n

The LeakedKeyAttributes leak_source.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The LeakedKey id.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

The definition of LeakedKeyType object. \nAllowed enum values: leaked_keys

default: leaked_keys

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

meta

\n
\n

object

\n

Additional information related to the application key response.

\n
\n
\n
\n
\n
\n

max_allowed_per_user

\n
\n

int64

\n

Max allowed number of application keys per user.

\n
\n \n
\n
\n
\n
\n
\n

page

\n
\n

object

\n

Additional information related to the application key response.

\n
\n
\n
\n
\n
\n

total_filtered_count

\n
\n

int64

\n

Total filtered application key count.

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data

\n
\n

[object]

\n

Array of application keys.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of a partial application key.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

string

\n

Creation date of the application key.

\n
\n \n
\n
\n
\n
\n
\n

last4

\n
\n

string

\n

The last four characters of the application key.

\n
\n \n
\n
\n
\n
\n
\n

last_used_at

\n
\n

string

\n

Last usage timestamp of the application key.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the application key.

\n
\n \n
\n
\n
\n
\n
\n

scopes

\n
\n

[string]

\n

Array of scopes to grant the application key.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the application key.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Resources related to the application key.

\n
\n
\n
\n
\n
\n

owned_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Application Keys resource type. \nAllowed enum values: application_keys

default: application_keys

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the application key.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Role object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the role.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the role.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last role modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

The name of the role. The name is neither unique nor a stable identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

user_count

\n
\n

int64

\n

Number of users with that role.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the role object returned by the API.

\n
\n
\n
\n
\n
\n

permissions

\n
\n

object

\n

Relationship to multiple permissions objects.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Relationships to permission objects.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

The definition of LeakedKey object.

\n
\n
\n
\n
\n
\n

attributes [required]

\n
\n

object

\n

The definition of LeakedKeyAttributes object.

\n
\n
\n
\n
\n
\n

date [required]

\n
\n

date-time

\n

The LeakedKeyAttributes date.

\n
\n \n
\n
\n
\n
\n
\n

leak_source

\n
\n

string

\n

The LeakedKeyAttributes leak_source.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The LeakedKey id.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

The definition of LeakedKeyType object. \nAllowed enum values: leaked_keys

default: leaked_keys

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

meta

\n
\n

object

\n

Additional information related to the application key response.

\n
\n
\n
\n
\n
\n

max_allowed_per_user

\n
\n

int64

\n

Max allowed number of application keys per user.

\n
\n \n
\n
\n
\n
\n
\n

page

\n
\n

object

\n

Additional information related to the application key response.

\n
\n
\n
\n
\n
\n

total_filtered_count

\n
\n

int64

\n

Total filtered application key count.

\n
\n \n
\n
\n
\n
\n
\n
" }, "400": { "json": { @@ -1143,6 +1151,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -1188,7 +1197,7 @@ } ] }, - "html": "
\n
\n
\n
\n

data

\n
\n

object

\n

Datadog application key.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of a full application key.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation date of the application key.

\n
\n \n
\n
\n
\n
\n
\n

key

\n
\n

string

\n

The application key.

\n
\n \n
\n
\n
\n
\n
\n

last4

\n
\n

string

\n

The last four characters of the application key.

\n
\n \n
\n
\n
\n
\n
\n

last_used_at

\n
\n

date-time

\n

Last usage timestamp of the application key.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the application key.

\n
\n \n
\n
\n
\n
\n
\n

scopes

\n
\n

[string]

\n

Array of scopes to grant the application key.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the application key.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Resources related to the application key.

\n
\n
\n
\n
\n
\n

owned_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Application Keys resource type. \nAllowed enum values: application_keys

default: application_keys

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the application key.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Role object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the role.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the role.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last role modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

The name of the role. The name is neither unique nor a stable identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

user_count

\n
\n

int64

\n

Number of users with that role.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the role object returned by the API.

\n
\n
\n
\n
\n
\n

permissions

\n
\n

object

\n

Relationship to multiple permissions objects.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Relationships to permission objects.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

The definition of LeakedKey object.

\n
\n
\n
\n
\n
\n

attributes [required]

\n
\n

object

\n

The definition of LeakedKeyAttributes object.

\n
\n
\n
\n
\n
\n

date [required]

\n
\n

date-time

\n

The LeakedKeyAttributes date.

\n
\n \n
\n
\n
\n
\n
\n

leak_source

\n
\n

string

\n

The LeakedKeyAttributes leak_source.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The LeakedKey id.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

The definition of LeakedKeyType object. \nAllowed enum values: leaked_keys

default: leaked_keys

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data

\n
\n

object

\n

Datadog application key.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of a full application key.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation date of the application key.

\n
\n \n
\n
\n
\n
\n
\n

key

\n
\n

string

\n

The application key.

\n
\n \n
\n
\n
\n
\n
\n

last4

\n
\n

string

\n

The last four characters of the application key.

\n
\n \n
\n
\n
\n
\n
\n

last_used_at

\n
\n

date-time

\n

Last usage timestamp of the application key.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the application key.

\n
\n \n
\n
\n
\n
\n
\n

scopes

\n
\n

[string]

\n

Array of scopes to grant the application key.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the application key.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Resources related to the application key.

\n
\n
\n
\n
\n
\n

owned_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Application Keys resource type. \nAllowed enum values: application_keys

default: application_keys

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the application key.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Role object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the role.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the role.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last role modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

The name of the role. The name is neither unique nor a stable identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

user_count

\n
\n

int64

\n

Number of users with that role.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the role object returned by the API.

\n
\n
\n
\n
\n
\n

permissions

\n
\n

object

\n

Relationship to multiple permissions objects.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Relationships to permission objects.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

The definition of LeakedKey object.

\n
\n
\n
\n
\n
\n

attributes [required]

\n
\n

object

\n

The definition of LeakedKeyAttributes object.

\n
\n
\n
\n
\n
\n

date [required]

\n
\n

date-time

\n

The LeakedKeyAttributes date.

\n
\n \n
\n
\n
\n
\n
\n

leak_source

\n
\n

string

\n

The LeakedKeyAttributes leak_source.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The LeakedKey id.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

The definition of LeakedKeyType object. \nAllowed enum values: leaked_keys

default: leaked_keys

\n
\n \n
\n
\n
\n
\n
\n
" }, "400": { "json": { @@ -1309,6 +1318,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -1354,7 +1364,7 @@ } ] }, - "html": "
\n
\n
\n
\n

data

\n
\n

object

\n

Datadog application key.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of a full application key.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation date of the application key.

\n
\n \n
\n
\n
\n
\n
\n

key

\n
\n

string

\n

The application key.

\n
\n \n
\n
\n
\n
\n
\n

last4

\n
\n

string

\n

The last four characters of the application key.

\n
\n \n
\n
\n
\n
\n
\n

last_used_at

\n
\n

date-time

\n

Last usage timestamp of the application key.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the application key.

\n
\n \n
\n
\n
\n
\n
\n

scopes

\n
\n

[string]

\n

Array of scopes to grant the application key.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the application key.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Resources related to the application key.

\n
\n
\n
\n
\n
\n

owned_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Application Keys resource type. \nAllowed enum values: application_keys

default: application_keys

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the application key.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Role object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the role.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the role.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last role modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

The name of the role. The name is neither unique nor a stable identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

user_count

\n
\n

int64

\n

Number of users with that role.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the role object returned by the API.

\n
\n
\n
\n
\n
\n

permissions

\n
\n

object

\n

Relationship to multiple permissions objects.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Relationships to permission objects.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

The definition of LeakedKey object.

\n
\n
\n
\n
\n
\n

attributes [required]

\n
\n

object

\n

The definition of LeakedKeyAttributes object.

\n
\n
\n
\n
\n
\n

date [required]

\n
\n

date-time

\n

The LeakedKeyAttributes date.

\n
\n \n
\n
\n
\n
\n
\n

leak_source

\n
\n

string

\n

The LeakedKeyAttributes leak_source.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The LeakedKey id.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

The definition of LeakedKeyType object. \nAllowed enum values: leaked_keys

default: leaked_keys

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data

\n
\n

object

\n

Datadog application key.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of a full application key.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation date of the application key.

\n
\n \n
\n
\n
\n
\n
\n

key

\n
\n

string

\n

The application key.

\n
\n \n
\n
\n
\n
\n
\n

last4

\n
\n

string

\n

The last four characters of the application key.

\n
\n \n
\n
\n
\n
\n
\n

last_used_at

\n
\n

date-time

\n

Last usage timestamp of the application key.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the application key.

\n
\n \n
\n
\n
\n
\n
\n

scopes

\n
\n

[string]

\n

Array of scopes to grant the application key.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the application key.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Resources related to the application key.

\n
\n
\n
\n
\n
\n

owned_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Application Keys resource type. \nAllowed enum values: application_keys

default: application_keys

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the application key.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Role object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the role.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the role.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last role modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

The name of the role. The name is neither unique nor a stable identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

user_count

\n
\n

int64

\n

Number of users with that role.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the role object returned by the API.

\n
\n
\n
\n
\n
\n

permissions

\n
\n

object

\n

Relationship to multiple permissions objects.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Relationships to permission objects.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

The definition of LeakedKey object.

\n
\n
\n
\n
\n
\n

attributes [required]

\n
\n

object

\n

The definition of LeakedKeyAttributes object.

\n
\n
\n
\n
\n
\n

date [required]

\n
\n

date-time

\n

The LeakedKeyAttributes date.

\n
\n \n
\n
\n
\n
\n
\n

leak_source

\n
\n

string

\n

The LeakedKeyAttributes leak_source.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The LeakedKey id.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

The definition of LeakedKeyType object. \nAllowed enum values: leaked_keys

default: leaked_keys

\n
\n \n
\n
\n
\n
\n
\n
" }, "403": { "json": { @@ -1423,6 +1433,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -1468,7 +1479,7 @@ } ] }, - "html": "
\n
\n
\n
\n

data

\n
\n

object

\n

Datadog application key.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of a full application key.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation date of the application key.

\n
\n \n
\n
\n
\n
\n
\n

key

\n
\n

string

\n

The application key.

\n
\n \n
\n
\n
\n
\n
\n

last4

\n
\n

string

\n

The last four characters of the application key.

\n
\n \n
\n
\n
\n
\n
\n

last_used_at

\n
\n

date-time

\n

Last usage timestamp of the application key.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the application key.

\n
\n \n
\n
\n
\n
\n
\n

scopes

\n
\n

[string]

\n

Array of scopes to grant the application key.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the application key.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Resources related to the application key.

\n
\n
\n
\n
\n
\n

owned_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Application Keys resource type. \nAllowed enum values: application_keys

default: application_keys

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the application key.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Role object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the role.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the role.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last role modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

The name of the role. The name is neither unique nor a stable identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

user_count

\n
\n

int64

\n

Number of users with that role.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the role object returned by the API.

\n
\n
\n
\n
\n
\n

permissions

\n
\n

object

\n

Relationship to multiple permissions objects.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Relationships to permission objects.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

The definition of LeakedKey object.

\n
\n
\n
\n
\n
\n

attributes [required]

\n
\n

object

\n

The definition of LeakedKeyAttributes object.

\n
\n
\n
\n
\n
\n

date [required]

\n
\n

date-time

\n

The LeakedKeyAttributes date.

\n
\n \n
\n
\n
\n
\n
\n

leak_source

\n
\n

string

\n

The LeakedKeyAttributes leak_source.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The LeakedKey id.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

The definition of LeakedKeyType object. \nAllowed enum values: leaked_keys

default: leaked_keys

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data

\n
\n

object

\n

Datadog application key.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of a full application key.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation date of the application key.

\n
\n \n
\n
\n
\n
\n
\n

key

\n
\n

string

\n

The application key.

\n
\n \n
\n
\n
\n
\n
\n

last4

\n
\n

string

\n

The last four characters of the application key.

\n
\n \n
\n
\n
\n
\n
\n

last_used_at

\n
\n

date-time

\n

Last usage timestamp of the application key.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the application key.

\n
\n \n
\n
\n
\n
\n
\n

scopes

\n
\n

[string]

\n

Array of scopes to grant the application key.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the application key.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Resources related to the application key.

\n
\n
\n
\n
\n
\n

owned_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Application Keys resource type. \nAllowed enum values: application_keys

default: application_keys

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the application key.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Role object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the role.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the role.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last role modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

The name of the role. The name is neither unique nor a stable identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

user_count

\n
\n

int64

\n

Number of users with that role.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the role object returned by the API.

\n
\n
\n
\n
\n
\n

permissions

\n
\n

object

\n

Relationship to multiple permissions objects.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Relationships to permission objects.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

The definition of LeakedKey object.

\n
\n
\n
\n
\n
\n

attributes [required]

\n
\n

object

\n

The definition of LeakedKeyAttributes object.

\n
\n
\n
\n
\n
\n

date [required]

\n
\n

date-time

\n

The LeakedKeyAttributes date.

\n
\n \n
\n
\n
\n
\n
\n

leak_source

\n
\n

string

\n

The LeakedKeyAttributes leak_source.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The LeakedKey id.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

The definition of LeakedKeyType object. \nAllowed enum values: leaked_keys

default: leaked_keys

\n
\n \n
\n
\n
\n
\n
\n
" }, "400": { "json": { diff --git a/content/en/api/v2/monitors/examples.json b/content/en/api/v2/monitors/examples.json index 0433d3bbf90f8..aadd419de0c25 100644 --- a/content/en/api/v2/monitors/examples.json +++ b/content/en/api/v2/monitors/examples.json @@ -55,6 +55,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -100,7 +101,7 @@ } ] }, - "html": "
\n
\n
\n
\n

data

\n
\n

[object]

\n

A list of monitor notification rules.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the monitor notification rule.

\n
\n
\n
\n
\n
\n

conditional_recipients

\n
\n

object

\n

Use conditional recipients to define different recipients for different situations.

\n
\n
\n
\n
\n
\n

conditions [required]

\n
\n

[object]

\n

Conditions of the notification rule.

\n
\n
\n
\n
\n
\n

recipients [required]

\n
\n

[string]

\n

A list of recipients to notify. Uses the same format as the monitor message field. Must not start with an '@'.

\n
\n \n
\n
\n
\n
\n
\n

scope [required]

\n
\n

string

\n

The scope to which the monitor applied.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

fallback_recipients

\n
\n

[string]

\n

If none of the conditions applied, fallback_recipients will get notified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Creation time of the monitor notification rule.

\n
\n \n
\n
\n
\n
\n
\n

filter

\n
\n

 <oneOf>

\n

Filter used to associate the notification rule with monitors.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

Filter monitors by tags. Monitors must match all tags.

\n
\n
\n
\n
\n
\n

tags [required]

\n
\n

[string]

\n

A list of monitor tags.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

modified

\n
\n

date-time

\n

Time the monitor notification rule was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

The name of the monitor notification rule.

\n
\n \n
\n
\n
\n
\n
\n

recipients

\n
\n

[string]

\n

A list of recipients to notify. Uses the same format as the monitor message field. Must not start with an '@'.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The ID of the monitor notification rule.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

All relationships associated with monitor notification rule.

\n
\n
\n
\n
\n
\n

created_by

\n
\n

object

\n

The user who created the monitor notification rule.

\n
\n
\n
\n
\n
\n

data

\n
\n

object

\n

Data for the user who created the monitor notification rule.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

User ID of the monitor notification rule creator.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Monitor notification rule resource type. \nAllowed enum values: monitor-notification-rule

default: monitor-notification-rule

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the monitor notification rules.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data

\n
\n

[object]

\n

A list of monitor notification rules.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the monitor notification rule.

\n
\n
\n
\n
\n
\n

conditional_recipients

\n
\n

object

\n

Use conditional recipients to define different recipients for different situations.

\n
\n
\n
\n
\n
\n

conditions [required]

\n
\n

[object]

\n

Conditions of the notification rule.

\n
\n
\n
\n
\n
\n

recipients [required]

\n
\n

[string]

\n

A list of recipients to notify. Uses the same format as the monitor message field. Must not start with an '@'.

\n
\n \n
\n
\n
\n
\n
\n

scope [required]

\n
\n

string

\n

The scope to which the monitor applied.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

fallback_recipients

\n
\n

[string]

\n

If none of the conditions applied, fallback_recipients will get notified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Creation time of the monitor notification rule.

\n
\n \n
\n
\n
\n
\n
\n

filter

\n
\n

 <oneOf>

\n

Filter used to associate the notification rule with monitors.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

Filter monitors by tags. Monitors must match all tags.

\n
\n
\n
\n
\n
\n

tags [required]

\n
\n

[string]

\n

A list of monitor tags.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

modified

\n
\n

date-time

\n

Time the monitor notification rule was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

The name of the monitor notification rule.

\n
\n \n
\n
\n
\n
\n
\n

recipients

\n
\n

[string]

\n

A list of recipients to notify. Uses the same format as the monitor message field. Must not start with an '@'.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The ID of the monitor notification rule.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

All relationships associated with monitor notification rule.

\n
\n
\n
\n
\n
\n

created_by

\n
\n

object

\n

The user who created the monitor notification rule.

\n
\n
\n
\n
\n
\n

data

\n
\n

object

\n

Data for the user who created the monitor notification rule.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

User ID of the monitor notification rule creator.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Monitor notification rule resource type. \nAllowed enum values: monitor-notification-rule

default: monitor-notification-rule

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the monitor notification rules.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
" }, "403": { "json": { @@ -179,6 +180,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -224,7 +226,7 @@ } ] }, - "html": "
\n
\n
\n
\n

data

\n
\n

object

\n

Monitor notification rule data.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the monitor notification rule.

\n
\n
\n
\n
\n
\n

conditional_recipients

\n
\n

object

\n

Use conditional recipients to define different recipients for different situations.

\n
\n
\n
\n
\n
\n

conditions [required]

\n
\n

[object]

\n

Conditions of the notification rule.

\n
\n
\n
\n
\n
\n

recipients [required]

\n
\n

[string]

\n

A list of recipients to notify. Uses the same format as the monitor message field. Must not start with an '@'.

\n
\n \n
\n
\n
\n
\n
\n

scope [required]

\n
\n

string

\n

The scope to which the monitor applied.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

fallback_recipients

\n
\n

[string]

\n

If none of the conditions applied, fallback_recipients will get notified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Creation time of the monitor notification rule.

\n
\n \n
\n
\n
\n
\n
\n

filter

\n
\n

 <oneOf>

\n

Filter used to associate the notification rule with monitors.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

Filter monitors by tags. Monitors must match all tags.

\n
\n
\n
\n
\n
\n

tags [required]

\n
\n

[string]

\n

A list of monitor tags.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

modified

\n
\n

date-time

\n

Time the monitor notification rule was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

The name of the monitor notification rule.

\n
\n \n
\n
\n
\n
\n
\n

recipients

\n
\n

[string]

\n

A list of recipients to notify. Uses the same format as the monitor message field. Must not start with an '@'.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The ID of the monitor notification rule.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

All relationships associated with monitor notification rule.

\n
\n
\n
\n
\n
\n

created_by

\n
\n

object

\n

The user who created the monitor notification rule.

\n
\n
\n
\n
\n
\n

data

\n
\n

object

\n

Data for the user who created the monitor notification rule.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

User ID of the monitor notification rule creator.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Monitor notification rule resource type. \nAllowed enum values: monitor-notification-rule

default: monitor-notification-rule

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the monitor notification rule that the user requested.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data

\n
\n

object

\n

Monitor notification rule data.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the monitor notification rule.

\n
\n
\n
\n
\n
\n

conditional_recipients

\n
\n

object

\n

Use conditional recipients to define different recipients for different situations.

\n
\n
\n
\n
\n
\n

conditions [required]

\n
\n

[object]

\n

Conditions of the notification rule.

\n
\n
\n
\n
\n
\n

recipients [required]

\n
\n

[string]

\n

A list of recipients to notify. Uses the same format as the monitor message field. Must not start with an '@'.

\n
\n \n
\n
\n
\n
\n
\n

scope [required]

\n
\n

string

\n

The scope to which the monitor applied.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

fallback_recipients

\n
\n

[string]

\n

If none of the conditions applied, fallback_recipients will get notified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Creation time of the monitor notification rule.

\n
\n \n
\n
\n
\n
\n
\n

filter

\n
\n

 <oneOf>

\n

Filter used to associate the notification rule with monitors.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

Filter monitors by tags. Monitors must match all tags.

\n
\n
\n
\n
\n
\n

tags [required]

\n
\n

[string]

\n

A list of monitor tags.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

modified

\n
\n

date-time

\n

Time the monitor notification rule was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

The name of the monitor notification rule.

\n
\n \n
\n
\n
\n
\n
\n

recipients

\n
\n

[string]

\n

A list of recipients to notify. Uses the same format as the monitor message field. Must not start with an '@'.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The ID of the monitor notification rule.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

All relationships associated with monitor notification rule.

\n
\n
\n
\n
\n
\n

created_by

\n
\n

object

\n

The user who created the monitor notification rule.

\n
\n
\n
\n
\n
\n

data

\n
\n

object

\n

Data for the user who created the monitor notification rule.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

User ID of the monitor notification rule creator.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Monitor notification rule resource type. \nAllowed enum values: monitor-notification-rule

default: monitor-notification-rule

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the monitor notification rule that the user requested.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
" }, "400": { "json": { @@ -393,6 +395,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -438,7 +441,7 @@ } ] }, - "html": "
\n
\n
\n
\n

data

\n
\n

object

\n

Monitor notification rule data.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the monitor notification rule.

\n
\n
\n
\n
\n
\n

conditional_recipients

\n
\n

object

\n

Use conditional recipients to define different recipients for different situations.

\n
\n
\n
\n
\n
\n

conditions [required]

\n
\n

[object]

\n

Conditions of the notification rule.

\n
\n
\n
\n
\n
\n

recipients [required]

\n
\n

[string]

\n

A list of recipients to notify. Uses the same format as the monitor message field. Must not start with an '@'.

\n
\n \n
\n
\n
\n
\n
\n

scope [required]

\n
\n

string

\n

The scope to which the monitor applied.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

fallback_recipients

\n
\n

[string]

\n

If none of the conditions applied, fallback_recipients will get notified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Creation time of the monitor notification rule.

\n
\n \n
\n
\n
\n
\n
\n

filter

\n
\n

 <oneOf>

\n

Filter used to associate the notification rule with monitors.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

Filter monitors by tags. Monitors must match all tags.

\n
\n
\n
\n
\n
\n

tags [required]

\n
\n

[string]

\n

A list of monitor tags.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

modified

\n
\n

date-time

\n

Time the monitor notification rule was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

The name of the monitor notification rule.

\n
\n \n
\n
\n
\n
\n
\n

recipients

\n
\n

[string]

\n

A list of recipients to notify. Uses the same format as the monitor message field. Must not start with an '@'.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The ID of the monitor notification rule.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

All relationships associated with monitor notification rule.

\n
\n
\n
\n
\n
\n

created_by

\n
\n

object

\n

The user who created the monitor notification rule.

\n
\n
\n
\n
\n
\n

data

\n
\n

object

\n

Data for the user who created the monitor notification rule.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

User ID of the monitor notification rule creator.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Monitor notification rule resource type. \nAllowed enum values: monitor-notification-rule

default: monitor-notification-rule

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the monitor notification rule that the user requested.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data

\n
\n

object

\n

Monitor notification rule data.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the monitor notification rule.

\n
\n
\n
\n
\n
\n

conditional_recipients

\n
\n

object

\n

Use conditional recipients to define different recipients for different situations.

\n
\n
\n
\n
\n
\n

conditions [required]

\n
\n

[object]

\n

Conditions of the notification rule.

\n
\n
\n
\n
\n
\n

recipients [required]

\n
\n

[string]

\n

A list of recipients to notify. Uses the same format as the monitor message field. Must not start with an '@'.

\n
\n \n
\n
\n
\n
\n
\n

scope [required]

\n
\n

string

\n

The scope to which the monitor applied.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

fallback_recipients

\n
\n

[string]

\n

If none of the conditions applied, fallback_recipients will get notified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Creation time of the monitor notification rule.

\n
\n \n
\n
\n
\n
\n
\n

filter

\n
\n

 <oneOf>

\n

Filter used to associate the notification rule with monitors.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

Filter monitors by tags. Monitors must match all tags.

\n
\n
\n
\n
\n
\n

tags [required]

\n
\n

[string]

\n

A list of monitor tags.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

modified

\n
\n

date-time

\n

Time the monitor notification rule was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

The name of the monitor notification rule.

\n
\n \n
\n
\n
\n
\n
\n

recipients

\n
\n

[string]

\n

A list of recipients to notify. Uses the same format as the monitor message field. Must not start with an '@'.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The ID of the monitor notification rule.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

All relationships associated with monitor notification rule.

\n
\n
\n
\n
\n
\n

created_by

\n
\n

object

\n

The user who created the monitor notification rule.

\n
\n
\n
\n
\n
\n

data

\n
\n

object

\n

Data for the user who created the monitor notification rule.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

User ID of the monitor notification rule creator.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Monitor notification rule resource type. \nAllowed enum values: monitor-notification-rule

default: monitor-notification-rule

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the monitor notification rule that the user requested.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
" }, "403": { "json": { @@ -525,6 +528,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -570,7 +574,7 @@ } ] }, - "html": "
\n
\n
\n
\n

data

\n
\n

object

\n

Monitor notification rule data.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the monitor notification rule.

\n
\n
\n
\n
\n
\n

conditional_recipients

\n
\n

object

\n

Use conditional recipients to define different recipients for different situations.

\n
\n
\n
\n
\n
\n

conditions [required]

\n
\n

[object]

\n

Conditions of the notification rule.

\n
\n
\n
\n
\n
\n

recipients [required]

\n
\n

[string]

\n

A list of recipients to notify. Uses the same format as the monitor message field. Must not start with an '@'.

\n
\n \n
\n
\n
\n
\n
\n

scope [required]

\n
\n

string

\n

The scope to which the monitor applied.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

fallback_recipients

\n
\n

[string]

\n

If none of the conditions applied, fallback_recipients will get notified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Creation time of the monitor notification rule.

\n
\n \n
\n
\n
\n
\n
\n

filter

\n
\n

 <oneOf>

\n

Filter used to associate the notification rule with monitors.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

Filter monitors by tags. Monitors must match all tags.

\n
\n
\n
\n
\n
\n

tags [required]

\n
\n

[string]

\n

A list of monitor tags.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

modified

\n
\n

date-time

\n

Time the monitor notification rule was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

The name of the monitor notification rule.

\n
\n \n
\n
\n
\n
\n
\n

recipients

\n
\n

[string]

\n

A list of recipients to notify. Uses the same format as the monitor message field. Must not start with an '@'.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The ID of the monitor notification rule.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

All relationships associated with monitor notification rule.

\n
\n
\n
\n
\n
\n

created_by

\n
\n

object

\n

The user who created the monitor notification rule.

\n
\n
\n
\n
\n
\n

data

\n
\n

object

\n

Data for the user who created the monitor notification rule.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

User ID of the monitor notification rule creator.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Monitor notification rule resource type. \nAllowed enum values: monitor-notification-rule

default: monitor-notification-rule

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the monitor notification rule that the user requested.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data

\n
\n

object

\n

Monitor notification rule data.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the monitor notification rule.

\n
\n
\n
\n
\n
\n

conditional_recipients

\n
\n

object

\n

Use conditional recipients to define different recipients for different situations.

\n
\n
\n
\n
\n
\n

conditions [required]

\n
\n

[object]

\n

Conditions of the notification rule.

\n
\n
\n
\n
\n
\n

recipients [required]

\n
\n

[string]

\n

A list of recipients to notify. Uses the same format as the monitor message field. Must not start with an '@'.

\n
\n \n
\n
\n
\n
\n
\n

scope [required]

\n
\n

string

\n

The scope to which the monitor applied.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

fallback_recipients

\n
\n

[string]

\n

If none of the conditions applied, fallback_recipients will get notified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Creation time of the monitor notification rule.

\n
\n \n
\n
\n
\n
\n
\n

filter

\n
\n

 <oneOf>

\n

Filter used to associate the notification rule with monitors.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

Filter monitors by tags. Monitors must match all tags.

\n
\n
\n
\n
\n
\n

tags [required]

\n
\n

[string]

\n

A list of monitor tags.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

modified

\n
\n

date-time

\n

Time the monitor notification rule was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

The name of the monitor notification rule.

\n
\n \n
\n
\n
\n
\n
\n

recipients

\n
\n

[string]

\n

A list of recipients to notify. Uses the same format as the monitor message field. Must not start with an '@'.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The ID of the monitor notification rule.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

All relationships associated with monitor notification rule.

\n
\n
\n
\n
\n
\n

created_by

\n
\n

object

\n

The user who created the monitor notification rule.

\n
\n
\n
\n
\n
\n

data

\n
\n

object

\n

Data for the user who created the monitor notification rule.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

User ID of the monitor notification rule creator.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Monitor notification rule resource type. \nAllowed enum values: monitor-notification-rule

default: monitor-notification-rule

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the monitor notification rule that the user requested.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
" }, "400": { "json": { diff --git a/content/en/api/v2/on-call/examples.json b/content/en/api/v2/on-call/examples.json index 3d99176ac963d..cb07e403c70bd 100644 --- a/content/en/api/v2/on-call/examples.json +++ b/content/en/api/v2/on-call/examples.json @@ -1276,7 +1276,7 @@ } ] }, - "html": "
\n
\n
\n
\n

data

\n
\n

object

\n

Defines the main on-call responder object for a team, including relationships and metadata.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

Unique identifier of the on-call responder configuration.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationship objects linked to a team's on-call responder configuration, including escalations and responders.

\n
\n
\n
\n
\n
\n

escalations

\n
\n

object

\n

Defines the escalation policy steps linked to the team's on-call configuration.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Array of escalation step references.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

Unique identifier of the escalation step.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Identifies the resource type for escalation policy steps linked to a team's on-call configuration. \nAllowed enum values: escalation_policy_steps

default: escalation_policy_steps

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

responders

\n
\n

object

\n

Defines the list of users assigned as on-call responders for the team.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Array of user references associated as responders.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

Unique identifier of the responder.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Identifies the resource type for individual user entities associated with on-call response. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Represents the resource type for a group of users assigned to handle on-call duties within a team. \nAllowed enum values: team_oncall_responders

default: team_oncall_responders

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

The TeamOnCallResponders included.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Represents an escalation policy step.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

Unique identifier of the escalation step.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Contains the relationships of an escalation object, including its responders.

\n
\n
\n
\n
\n
\n

responders

\n
\n

object

\n

Lists the users involved in a specific step of the escalation policy.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Array of user references assigned as responders for this escalation step.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

Unique identifier of the user assigned to the escalation step.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Represents the resource type for users assigned as responders in an escalation step. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Represents the resource type for individual steps in an escalation policy used during incident response. \nAllowed enum values: escalation_policy_steps

default: escalation_policy_steps

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data

\n
\n

object

\n

Defines the main on-call responder object for a team, including relationships and metadata.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

Unique identifier of the on-call responder configuration.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationship objects linked to a team's on-call responder configuration, including escalations and responders.

\n
\n
\n
\n
\n
\n

escalations

\n
\n

object

\n

Defines the escalation policy steps linked to the team's on-call configuration.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Array of escalation step references.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

Unique identifier of the escalation step.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Identifies the resource type for escalation policy steps linked to a team's on-call configuration. \nAllowed enum values: escalation_policy_steps

default: escalation_policy_steps

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

responders

\n
\n

object

\n

Defines the list of users assigned as on-call responders for the team.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Array of user references associated as responders.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

Unique identifier of the responder.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Identifies the resource type for individual user entities associated with on-call response. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Represents the resource type for a group of users assigned to handle on-call duties within a team. \nAllowed enum values: team_oncall_responders

default: team_oncall_responders

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

The TeamOnCallResponders included.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Represents an escalation policy step.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

Unique identifier of the escalation step.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Contains the relationships of an escalation object, including its responders.

\n
\n
\n
\n
\n
\n

responders

\n
\n

object

\n

Lists the users involved in a specific step of the escalation policy.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Array of user references assigned as responders for this escalation step.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

Unique identifier of the user assigned to the escalation step.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Represents the resource type for users assigned as responders in an escalation step. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Represents the resource type for individual steps in an escalation policy used during incident response. \nAllowed enum values: escalation_policy_steps

default: escalation_policy_steps

\n
\n \n
\n
\n
\n
\n
\n
" }, "400": { "json": { diff --git a/content/en/api/v2/powerpack/examples.json b/content/en/api/v2/powerpack/examples.json index 87269c5297c54..7758850162112 100644 --- a/content/en/api/v2/powerpack/examples.json +++ b/content/en/api/v2/powerpack/examples.json @@ -77,6 +77,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -141,7 +142,7 @@ } } }, - "html": "
\n
\n
\n
\n

data

\n
\n

[object]

\n

List of powerpack definitions.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Powerpack attribute object.

\n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Description of this powerpack.

\n
\n \n
\n
\n
\n
\n
\n

group_widget [required]

\n
\n

object

\n

Powerpack group widget definition object.

\n
\n
\n
\n
\n
\n

definition [required]

\n
\n

object

\n

Powerpack group widget object.

\n
\n
\n
\n
\n
\n

layout_type [required]

\n
\n

string

\n

Layout type of widgets.

\n
\n \n
\n
\n
\n
\n
\n

show_title

\n
\n

boolean

\n

Boolean indicating whether powerpack group title should be visible or not.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Name for the group widget.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

string

\n

Type of widget, must be group.

\n
\n \n
\n
\n
\n
\n
\n

widgets [required]

\n
\n

[object]

\n

Widgets inside the powerpack.

\n
\n
\n
\n
\n
\n

definition [required]

\n
\n

object

\n

Information about widget.

\n
\n \n
\n
\n
\n
\n
\n

layout

\n
\n

object

\n

Powerpack inner widget layout.

\n
\n
\n
\n
\n
\n

height [required]

\n
\n

int64

\n

The height of the widget. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n

width [required]

\n
\n

int64

\n

The width of the widget. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n

x [required]

\n
\n

int64

\n

The position of the widget on the x (horizontal) axis. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n

y [required]

\n
\n

int64

\n

The position of the widget on the y (vertical) axis. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

layout

\n
\n

object

\n

Powerpack group widget layout.

\n
\n
\n
\n
\n
\n

height [required]

\n
\n

int64

\n

The height of the widget. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n

width [required]

\n
\n

int64

\n

The width of the widget. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n

x [required]

\n
\n

int64

\n

The position of the widget on the x (horizontal) axis. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n

y [required]

\n
\n

int64

\n

The position of the widget on the y (vertical) axis. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

live_span

\n
\n

enum

\n

The available timeframes depend on the widget you are using. \nAllowed enum values: 1m,5m,10m,15m,30m,1h,4h,1d,2d,1w,1mo,3mo,6mo,1y,alert

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

Name of the powerpack.

\n
\n \n
\n
\n
\n
\n
\n

tags

\n
\n

[string]

\n

List of tags to identify this powerpack.

\n
\n \n
\n
\n
\n
\n
\n

template_variables

\n
\n

[object]

\n

List of template variables for this powerpack.

\n
\n
\n
\n
\n
\n

available_values

\n
\n

[string]

\n

The list of values that the template variable drop-down is limited to.

\n
\n \n
\n
\n
\n
\n
\n

defaults

\n
\n

[string]

\n

One or many template variable default values within the saved view, which are unioned together using OR if more than one is specified.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the variable.

\n
\n \n
\n
\n
\n
\n
\n

prefix

\n
\n

string

\n

The tag prefix associated with the variable. Only tags with this prefix appear in the variable drop-down.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the powerpack.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Powerpack relationship object.

\n
\n
\n
\n
\n
\n

author

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

string

\n

Type of widget, must be powerpack.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[object]

\n

Array of objects related to the users.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

links

\n
\n

object

\n

Links attributes.

\n
\n
\n
\n
\n
\n

first

\n
\n

string

\n

Link to last page.

\n
\n \n
\n
\n
\n
\n
\n

last

\n
\n

string

\n

Link to first page.

\n
\n \n
\n
\n
\n
\n
\n

next

\n
\n

string

\n

Link for the next set of results.

\n
\n \n
\n
\n
\n
\n
\n

prev

\n
\n

string

\n

Link for the previous set of results.

\n
\n \n
\n
\n
\n
\n
\n

self

\n
\n

string

\n

Link to current page.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

meta

\n
\n

object

\n

Powerpack response metadata.

\n
\n
\n
\n
\n
\n

pagination

\n
\n

object

\n

Powerpack response pagination metadata.

\n
\n
\n
\n
\n
\n

first_offset

\n
\n

int64

\n

The first offset.

\n
\n \n
\n
\n
\n
\n
\n

last_offset

\n
\n

int64

\n

The last offset.

\n
\n \n
\n
\n
\n
\n
\n

limit

\n
\n

int64

\n

Pagination limit.

\n
\n \n
\n
\n
\n
\n
\n

next_offset

\n
\n

int64

\n

The next offset.

\n
\n \n
\n
\n
\n
\n
\n

offset

\n
\n

int64

\n

The offset.

\n
\n \n
\n
\n
\n
\n
\n

prev_offset

\n
\n

int64

\n

The previous offset.

\n
\n \n
\n
\n
\n
\n
\n

total

\n
\n

int64

\n

Total results.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

string

\n

Offset type.

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data

\n
\n

[object]

\n

List of powerpack definitions.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Powerpack attribute object.

\n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Description of this powerpack.

\n
\n \n
\n
\n
\n
\n
\n

group_widget [required]

\n
\n

object

\n

Powerpack group widget definition object.

\n
\n
\n
\n
\n
\n

definition [required]

\n
\n

object

\n

Powerpack group widget object.

\n
\n
\n
\n
\n
\n

layout_type [required]

\n
\n

string

\n

Layout type of widgets.

\n
\n \n
\n
\n
\n
\n
\n

show_title

\n
\n

boolean

\n

Boolean indicating whether powerpack group title should be visible or not.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Name for the group widget.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

string

\n

Type of widget, must be group.

\n
\n \n
\n
\n
\n
\n
\n

widgets [required]

\n
\n

[object]

\n

Widgets inside the powerpack.

\n
\n
\n
\n
\n
\n

definition [required]

\n
\n

object

\n

Information about widget.

\n
\n \n
\n
\n
\n
\n
\n

layout

\n
\n

object

\n

Powerpack inner widget layout.

\n
\n
\n
\n
\n
\n

height [required]

\n
\n

int64

\n

The height of the widget. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n

width [required]

\n
\n

int64

\n

The width of the widget. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n

x [required]

\n
\n

int64

\n

The position of the widget on the x (horizontal) axis. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n

y [required]

\n
\n

int64

\n

The position of the widget on the y (vertical) axis. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

layout

\n
\n

object

\n

Powerpack group widget layout.

\n
\n
\n
\n
\n
\n

height [required]

\n
\n

int64

\n

The height of the widget. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n

width [required]

\n
\n

int64

\n

The width of the widget. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n

x [required]

\n
\n

int64

\n

The position of the widget on the x (horizontal) axis. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n

y [required]

\n
\n

int64

\n

The position of the widget on the y (vertical) axis. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

live_span

\n
\n

enum

\n

The available timeframes depend on the widget you are using. \nAllowed enum values: 1m,5m,10m,15m,30m,1h,4h,1d,2d,1w,1mo,3mo,6mo,1y,alert

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

Name of the powerpack.

\n
\n \n
\n
\n
\n
\n
\n

tags

\n
\n

[string]

\n

List of tags to identify this powerpack.

\n
\n \n
\n
\n
\n
\n
\n

template_variables

\n
\n

[object]

\n

List of template variables for this powerpack.

\n
\n
\n
\n
\n
\n

available_values

\n
\n

[string]

\n

The list of values that the template variable drop-down is limited to.

\n
\n \n
\n
\n
\n
\n
\n

defaults

\n
\n

[string]

\n

One or many template variable default values within the saved view, which are unioned together using OR if more than one is specified.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the variable.

\n
\n \n
\n
\n
\n
\n
\n

prefix

\n
\n

string

\n

The tag prefix associated with the variable. Only tags with this prefix appear in the variable drop-down.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the powerpack.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Powerpack relationship object.

\n
\n
\n
\n
\n
\n

author

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

string

\n

Type of widget, must be powerpack.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[object]

\n

Array of objects related to the users.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

links

\n
\n

object

\n

Links attributes.

\n
\n
\n
\n
\n
\n

first

\n
\n

string

\n

Link to last page.

\n
\n \n
\n
\n
\n
\n
\n

last

\n
\n

string

\n

Link to first page.

\n
\n \n
\n
\n
\n
\n
\n

next

\n
\n

string

\n

Link for the next set of results.

\n
\n \n
\n
\n
\n
\n
\n

prev

\n
\n

string

\n

Link for the previous set of results.

\n
\n \n
\n
\n
\n
\n
\n

self

\n
\n

string

\n

Link to current page.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

meta

\n
\n

object

\n

Powerpack response metadata.

\n
\n
\n
\n
\n
\n

pagination

\n
\n

object

\n

Powerpack response pagination metadata.

\n
\n
\n
\n
\n
\n

first_offset

\n
\n

int64

\n

The first offset.

\n
\n \n
\n
\n
\n
\n
\n

last_offset

\n
\n

int64

\n

The last offset.

\n
\n \n
\n
\n
\n
\n
\n

limit

\n
\n

int64

\n

Pagination limit.

\n
\n \n
\n
\n
\n
\n
\n

next_offset

\n
\n

int64

\n

The next offset.

\n
\n \n
\n
\n
\n
\n
\n

offset

\n
\n

int64

\n

The offset.

\n
\n \n
\n
\n
\n
\n
\n

prev_offset

\n
\n

int64

\n

The previous offset.

\n
\n \n
\n
\n
\n
\n
\n

total

\n
\n

int64

\n

Total results.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

string

\n

Offset type.

\n
\n \n
\n
\n
\n
\n
\n
" }, "429": { "json": { @@ -234,6 +235,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -279,7 +281,7 @@ } ] }, - "html": "
\n
\n
\n
\n

data

\n
\n

object

\n

Powerpack data object.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Powerpack attribute object.

\n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Description of this powerpack.

\n
\n \n
\n
\n
\n
\n
\n

group_widget [required]

\n
\n

object

\n

Powerpack group widget definition object.

\n
\n
\n
\n
\n
\n

definition [required]

\n
\n

object

\n

Powerpack group widget object.

\n
\n
\n
\n
\n
\n

layout_type [required]

\n
\n

string

\n

Layout type of widgets.

\n
\n \n
\n
\n
\n
\n
\n

show_title

\n
\n

boolean

\n

Boolean indicating whether powerpack group title should be visible or not.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Name for the group widget.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

string

\n

Type of widget, must be group.

\n
\n \n
\n
\n
\n
\n
\n

widgets [required]

\n
\n

[object]

\n

Widgets inside the powerpack.

\n
\n
\n
\n
\n
\n

definition [required]

\n
\n

object

\n

Information about widget.

\n
\n \n
\n
\n
\n
\n
\n

layout

\n
\n

object

\n

Powerpack inner widget layout.

\n
\n
\n
\n
\n
\n

height [required]

\n
\n

int64

\n

The height of the widget. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n

width [required]

\n
\n

int64

\n

The width of the widget. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n

x [required]

\n
\n

int64

\n

The position of the widget on the x (horizontal) axis. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n

y [required]

\n
\n

int64

\n

The position of the widget on the y (vertical) axis. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

layout

\n
\n

object

\n

Powerpack group widget layout.

\n
\n
\n
\n
\n
\n

height [required]

\n
\n

int64

\n

The height of the widget. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n

width [required]

\n
\n

int64

\n

The width of the widget. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n

x [required]

\n
\n

int64

\n

The position of the widget on the x (horizontal) axis. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n

y [required]

\n
\n

int64

\n

The position of the widget on the y (vertical) axis. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

live_span

\n
\n

enum

\n

The available timeframes depend on the widget you are using. \nAllowed enum values: 1m,5m,10m,15m,30m,1h,4h,1d,2d,1w,1mo,3mo,6mo,1y,alert

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

Name of the powerpack.

\n
\n \n
\n
\n
\n
\n
\n

tags

\n
\n

[string]

\n

List of tags to identify this powerpack.

\n
\n \n
\n
\n
\n
\n
\n

template_variables

\n
\n

[object]

\n

List of template variables for this powerpack.

\n
\n
\n
\n
\n
\n

available_values

\n
\n

[string]

\n

The list of values that the template variable drop-down is limited to.

\n
\n \n
\n
\n
\n
\n
\n

defaults

\n
\n

[string]

\n

One or many template variable default values within the saved view, which are unioned together using OR if more than one is specified.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the variable.

\n
\n \n
\n
\n
\n
\n
\n

prefix

\n
\n

string

\n

The tag prefix associated with the variable. Only tags with this prefix appear in the variable drop-down.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the powerpack.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Powerpack relationship object.

\n
\n
\n
\n
\n
\n

author

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

string

\n

Type of widget, must be powerpack.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[object]

\n

Array of objects related to the users.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data

\n
\n

object

\n

Powerpack data object.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Powerpack attribute object.

\n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Description of this powerpack.

\n
\n \n
\n
\n
\n
\n
\n

group_widget [required]

\n
\n

object

\n

Powerpack group widget definition object.

\n
\n
\n
\n
\n
\n

definition [required]

\n
\n

object

\n

Powerpack group widget object.

\n
\n
\n
\n
\n
\n

layout_type [required]

\n
\n

string

\n

Layout type of widgets.

\n
\n \n
\n
\n
\n
\n
\n

show_title

\n
\n

boolean

\n

Boolean indicating whether powerpack group title should be visible or not.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Name for the group widget.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

string

\n

Type of widget, must be group.

\n
\n \n
\n
\n
\n
\n
\n

widgets [required]

\n
\n

[object]

\n

Widgets inside the powerpack.

\n
\n
\n
\n
\n
\n

definition [required]

\n
\n

object

\n

Information about widget.

\n
\n \n
\n
\n
\n
\n
\n

layout

\n
\n

object

\n

Powerpack inner widget layout.

\n
\n
\n
\n
\n
\n

height [required]

\n
\n

int64

\n

The height of the widget. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n

width [required]

\n
\n

int64

\n

The width of the widget. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n

x [required]

\n
\n

int64

\n

The position of the widget on the x (horizontal) axis. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n

y [required]

\n
\n

int64

\n

The position of the widget on the y (vertical) axis. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

layout

\n
\n

object

\n

Powerpack group widget layout.

\n
\n
\n
\n
\n
\n

height [required]

\n
\n

int64

\n

The height of the widget. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n

width [required]

\n
\n

int64

\n

The width of the widget. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n

x [required]

\n
\n

int64

\n

The position of the widget on the x (horizontal) axis. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n

y [required]

\n
\n

int64

\n

The position of the widget on the y (vertical) axis. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

live_span

\n
\n

enum

\n

The available timeframes depend on the widget you are using. \nAllowed enum values: 1m,5m,10m,15m,30m,1h,4h,1d,2d,1w,1mo,3mo,6mo,1y,alert

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

Name of the powerpack.

\n
\n \n
\n
\n
\n
\n
\n

tags

\n
\n

[string]

\n

List of tags to identify this powerpack.

\n
\n \n
\n
\n
\n
\n
\n

template_variables

\n
\n

[object]

\n

List of template variables for this powerpack.

\n
\n
\n
\n
\n
\n

available_values

\n
\n

[string]

\n

The list of values that the template variable drop-down is limited to.

\n
\n \n
\n
\n
\n
\n
\n

defaults

\n
\n

[string]

\n

One or many template variable default values within the saved view, which are unioned together using OR if more than one is specified.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the variable.

\n
\n \n
\n
\n
\n
\n
\n

prefix

\n
\n

string

\n

The tag prefix associated with the variable. Only tags with this prefix appear in the variable drop-down.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the powerpack.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Powerpack relationship object.

\n
\n
\n
\n
\n
\n

author

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

string

\n

Type of widget, must be powerpack.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[object]

\n

Array of objects related to the users.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
" }, "400": { "json": { @@ -517,6 +519,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -562,7 +565,7 @@ } ] }, - "html": "
\n
\n
\n
\n

data

\n
\n

object

\n

Powerpack data object.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Powerpack attribute object.

\n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Description of this powerpack.

\n
\n \n
\n
\n
\n
\n
\n

group_widget [required]

\n
\n

object

\n

Powerpack group widget definition object.

\n
\n
\n
\n
\n
\n

definition [required]

\n
\n

object

\n

Powerpack group widget object.

\n
\n
\n
\n
\n
\n

layout_type [required]

\n
\n

string

\n

Layout type of widgets.

\n
\n \n
\n
\n
\n
\n
\n

show_title

\n
\n

boolean

\n

Boolean indicating whether powerpack group title should be visible or not.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Name for the group widget.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

string

\n

Type of widget, must be group.

\n
\n \n
\n
\n
\n
\n
\n

widgets [required]

\n
\n

[object]

\n

Widgets inside the powerpack.

\n
\n
\n
\n
\n
\n

definition [required]

\n
\n

object

\n

Information about widget.

\n
\n \n
\n
\n
\n
\n
\n

layout

\n
\n

object

\n

Powerpack inner widget layout.

\n
\n
\n
\n
\n
\n

height [required]

\n
\n

int64

\n

The height of the widget. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n

width [required]

\n
\n

int64

\n

The width of the widget. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n

x [required]

\n
\n

int64

\n

The position of the widget on the x (horizontal) axis. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n

y [required]

\n
\n

int64

\n

The position of the widget on the y (vertical) axis. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

layout

\n
\n

object

\n

Powerpack group widget layout.

\n
\n
\n
\n
\n
\n

height [required]

\n
\n

int64

\n

The height of the widget. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n

width [required]

\n
\n

int64

\n

The width of the widget. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n

x [required]

\n
\n

int64

\n

The position of the widget on the x (horizontal) axis. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n

y [required]

\n
\n

int64

\n

The position of the widget on the y (vertical) axis. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

live_span

\n
\n

enum

\n

The available timeframes depend on the widget you are using. \nAllowed enum values: 1m,5m,10m,15m,30m,1h,4h,1d,2d,1w,1mo,3mo,6mo,1y,alert

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

Name of the powerpack.

\n
\n \n
\n
\n
\n
\n
\n

tags

\n
\n

[string]

\n

List of tags to identify this powerpack.

\n
\n \n
\n
\n
\n
\n
\n

template_variables

\n
\n

[object]

\n

List of template variables for this powerpack.

\n
\n
\n
\n
\n
\n

available_values

\n
\n

[string]

\n

The list of values that the template variable drop-down is limited to.

\n
\n \n
\n
\n
\n
\n
\n

defaults

\n
\n

[string]

\n

One or many template variable default values within the saved view, which are unioned together using OR if more than one is specified.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the variable.

\n
\n \n
\n
\n
\n
\n
\n

prefix

\n
\n

string

\n

The tag prefix associated with the variable. Only tags with this prefix appear in the variable drop-down.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the powerpack.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Powerpack relationship object.

\n
\n
\n
\n
\n
\n

author

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

string

\n

Type of widget, must be powerpack.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[object]

\n

Array of objects related to the users.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data

\n
\n

object

\n

Powerpack data object.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Powerpack attribute object.

\n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Description of this powerpack.

\n
\n \n
\n
\n
\n
\n
\n

group_widget [required]

\n
\n

object

\n

Powerpack group widget definition object.

\n
\n
\n
\n
\n
\n

definition [required]

\n
\n

object

\n

Powerpack group widget object.

\n
\n
\n
\n
\n
\n

layout_type [required]

\n
\n

string

\n

Layout type of widgets.

\n
\n \n
\n
\n
\n
\n
\n

show_title

\n
\n

boolean

\n

Boolean indicating whether powerpack group title should be visible or not.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Name for the group widget.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

string

\n

Type of widget, must be group.

\n
\n \n
\n
\n
\n
\n
\n

widgets [required]

\n
\n

[object]

\n

Widgets inside the powerpack.

\n
\n
\n
\n
\n
\n

definition [required]

\n
\n

object

\n

Information about widget.

\n
\n \n
\n
\n
\n
\n
\n

layout

\n
\n

object

\n

Powerpack inner widget layout.

\n
\n
\n
\n
\n
\n

height [required]

\n
\n

int64

\n

The height of the widget. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n

width [required]

\n
\n

int64

\n

The width of the widget. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n

x [required]

\n
\n

int64

\n

The position of the widget on the x (horizontal) axis. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n

y [required]

\n
\n

int64

\n

The position of the widget on the y (vertical) axis. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

layout

\n
\n

object

\n

Powerpack group widget layout.

\n
\n
\n
\n
\n
\n

height [required]

\n
\n

int64

\n

The height of the widget. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n

width [required]

\n
\n

int64

\n

The width of the widget. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n

x [required]

\n
\n

int64

\n

The position of the widget on the x (horizontal) axis. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n

y [required]

\n
\n

int64

\n

The position of the widget on the y (vertical) axis. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

live_span

\n
\n

enum

\n

The available timeframes depend on the widget you are using. \nAllowed enum values: 1m,5m,10m,15m,30m,1h,4h,1d,2d,1w,1mo,3mo,6mo,1y,alert

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

Name of the powerpack.

\n
\n \n
\n
\n
\n
\n
\n

tags

\n
\n

[string]

\n

List of tags to identify this powerpack.

\n
\n \n
\n
\n
\n
\n
\n

template_variables

\n
\n

[object]

\n

List of template variables for this powerpack.

\n
\n
\n
\n
\n
\n

available_values

\n
\n

[string]

\n

The list of values that the template variable drop-down is limited to.

\n
\n \n
\n
\n
\n
\n
\n

defaults

\n
\n

[string]

\n

One or many template variable default values within the saved view, which are unioned together using OR if more than one is specified.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the variable.

\n
\n \n
\n
\n
\n
\n
\n

prefix

\n
\n

string

\n

The tag prefix associated with the variable. Only tags with this prefix appear in the variable drop-down.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the powerpack.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Powerpack relationship object.

\n
\n
\n
\n
\n
\n

author

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

string

\n

Type of widget, must be powerpack.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[object]

\n

Array of objects related to the users.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
" }, "404": { "json": { @@ -663,6 +666,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -708,7 +712,7 @@ } ] }, - "html": "
\n
\n
\n
\n

data

\n
\n

object

\n

Powerpack data object.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Powerpack attribute object.

\n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Description of this powerpack.

\n
\n \n
\n
\n
\n
\n
\n

group_widget [required]

\n
\n

object

\n

Powerpack group widget definition object.

\n
\n
\n
\n
\n
\n

definition [required]

\n
\n

object

\n

Powerpack group widget object.

\n
\n
\n
\n
\n
\n

layout_type [required]

\n
\n

string

\n

Layout type of widgets.

\n
\n \n
\n
\n
\n
\n
\n

show_title

\n
\n

boolean

\n

Boolean indicating whether powerpack group title should be visible or not.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Name for the group widget.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

string

\n

Type of widget, must be group.

\n
\n \n
\n
\n
\n
\n
\n

widgets [required]

\n
\n

[object]

\n

Widgets inside the powerpack.

\n
\n
\n
\n
\n
\n

definition [required]

\n
\n

object

\n

Information about widget.

\n
\n \n
\n
\n
\n
\n
\n

layout

\n
\n

object

\n

Powerpack inner widget layout.

\n
\n
\n
\n
\n
\n

height [required]

\n
\n

int64

\n

The height of the widget. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n

width [required]

\n
\n

int64

\n

The width of the widget. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n

x [required]

\n
\n

int64

\n

The position of the widget on the x (horizontal) axis. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n

y [required]

\n
\n

int64

\n

The position of the widget on the y (vertical) axis. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

layout

\n
\n

object

\n

Powerpack group widget layout.

\n
\n
\n
\n
\n
\n

height [required]

\n
\n

int64

\n

The height of the widget. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n

width [required]

\n
\n

int64

\n

The width of the widget. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n

x [required]

\n
\n

int64

\n

The position of the widget on the x (horizontal) axis. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n

y [required]

\n
\n

int64

\n

The position of the widget on the y (vertical) axis. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

live_span

\n
\n

enum

\n

The available timeframes depend on the widget you are using. \nAllowed enum values: 1m,5m,10m,15m,30m,1h,4h,1d,2d,1w,1mo,3mo,6mo,1y,alert

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

Name of the powerpack.

\n
\n \n
\n
\n
\n
\n
\n

tags

\n
\n

[string]

\n

List of tags to identify this powerpack.

\n
\n \n
\n
\n
\n
\n
\n

template_variables

\n
\n

[object]

\n

List of template variables for this powerpack.

\n
\n
\n
\n
\n
\n

available_values

\n
\n

[string]

\n

The list of values that the template variable drop-down is limited to.

\n
\n \n
\n
\n
\n
\n
\n

defaults

\n
\n

[string]

\n

One or many template variable default values within the saved view, which are unioned together using OR if more than one is specified.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the variable.

\n
\n \n
\n
\n
\n
\n
\n

prefix

\n
\n

string

\n

The tag prefix associated with the variable. Only tags with this prefix appear in the variable drop-down.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the powerpack.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Powerpack relationship object.

\n
\n
\n
\n
\n
\n

author

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

string

\n

Type of widget, must be powerpack.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[object]

\n

Array of objects related to the users.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data

\n
\n

object

\n

Powerpack data object.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Powerpack attribute object.

\n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Description of this powerpack.

\n
\n \n
\n
\n
\n
\n
\n

group_widget [required]

\n
\n

object

\n

Powerpack group widget definition object.

\n
\n
\n
\n
\n
\n

definition [required]

\n
\n

object

\n

Powerpack group widget object.

\n
\n
\n
\n
\n
\n

layout_type [required]

\n
\n

string

\n

Layout type of widgets.

\n
\n \n
\n
\n
\n
\n
\n

show_title

\n
\n

boolean

\n

Boolean indicating whether powerpack group title should be visible or not.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Name for the group widget.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

string

\n

Type of widget, must be group.

\n
\n \n
\n
\n
\n
\n
\n

widgets [required]

\n
\n

[object]

\n

Widgets inside the powerpack.

\n
\n
\n
\n
\n
\n

definition [required]

\n
\n

object

\n

Information about widget.

\n
\n \n
\n
\n
\n
\n
\n

layout

\n
\n

object

\n

Powerpack inner widget layout.

\n
\n
\n
\n
\n
\n

height [required]

\n
\n

int64

\n

The height of the widget. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n

width [required]

\n
\n

int64

\n

The width of the widget. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n

x [required]

\n
\n

int64

\n

The position of the widget on the x (horizontal) axis. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n

y [required]

\n
\n

int64

\n

The position of the widget on the y (vertical) axis. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

layout

\n
\n

object

\n

Powerpack group widget layout.

\n
\n
\n
\n
\n
\n

height [required]

\n
\n

int64

\n

The height of the widget. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n

width [required]

\n
\n

int64

\n

The width of the widget. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n

x [required]

\n
\n

int64

\n

The position of the widget on the x (horizontal) axis. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n

y [required]

\n
\n

int64

\n

The position of the widget on the y (vertical) axis. Should be a non-negative integer.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

live_span

\n
\n

enum

\n

The available timeframes depend on the widget you are using. \nAllowed enum values: 1m,5m,10m,15m,30m,1h,4h,1d,2d,1w,1mo,3mo,6mo,1y,alert

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

Name of the powerpack.

\n
\n \n
\n
\n
\n
\n
\n

tags

\n
\n

[string]

\n

List of tags to identify this powerpack.

\n
\n \n
\n
\n
\n
\n
\n

template_variables

\n
\n

[object]

\n

List of template variables for this powerpack.

\n
\n
\n
\n
\n
\n

available_values

\n
\n

[string]

\n

The list of values that the template variable drop-down is limited to.

\n
\n \n
\n
\n
\n
\n
\n

defaults

\n
\n

[string]

\n

One or many template variable default values within the saved view, which are unioned together using OR if more than one is specified.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the variable.

\n
\n \n
\n
\n
\n
\n
\n

prefix

\n
\n

string

\n

The tag prefix associated with the variable. Only tags with this prefix appear in the variable drop-down.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the powerpack.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Powerpack relationship object.

\n
\n
\n
\n
\n
\n

author

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

string

\n

Type of widget, must be powerpack.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[object]

\n

Array of objects related to the users.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
" }, "400": { "json": { diff --git a/content/en/api/v2/roles/examples.json b/content/en/api/v2/roles/examples.json index e414dfd38e7aa..d61f8710285cf 100644 --- a/content/en/api/v2/roles/examples.json +++ b/content/en/api/v2/roles/examples.json @@ -697,6 +697,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -764,7 +765,7 @@ } } }, - "html": "
\n
\n
\n
\n

data

\n
\n

[object]

\n

Array of returned users.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the users.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

Organization object.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the organization.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the organization.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Description of the organization.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether or not the organization is disabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last organization modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the organization.

\n
\n \n
\n
\n
\n
\n
\n

public_id

\n
\n

string

\n

Public ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

sharing

\n
\n

string

\n

Sharing type of the organization.

\n
\n \n
\n
\n
\n
\n
\n

url

\n
\n

string

\n

URL of the site that this organization exists at.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Permission object.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of a permission.

\n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Creation time of the permission.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Description of the permission.

\n
\n \n
\n
\n
\n
\n
\n

display_name

\n
\n

string

\n

Displayed name for the permission.

\n
\n \n
\n
\n
\n
\n
\n

display_type

\n
\n

string

\n

Display type.

\n
\n \n
\n
\n
\n
\n
\n

group_name

\n
\n

string

\n

Name of the permission group.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the permission.

\n
\n \n
\n
\n
\n
\n
\n

restricted

\n
\n

boolean

\n

Whether or not the permission is restricted.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

Role object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the role.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the role.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last role modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

The name of the role. The name is neither unique nor a stable identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

user_count

\n
\n

int64

\n

Number of users with that role.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the role object returned by the API.

\n
\n
\n
\n
\n
\n

permissions

\n
\n

object

\n

Relationship to multiple permissions objects.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Relationships to permission objects.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

meta

\n
\n

object

\n

Object describing meta attributes of response.

\n
\n
\n
\n
\n
\n

page

\n
\n

object

\n

Pagination object.

\n
\n
\n
\n
\n
\n

total_count

\n
\n

int64

\n

Total count.

\n
\n \n
\n
\n
\n
\n
\n

total_filtered_count

\n
\n

int64

\n

Total count of elements matched by the filter.

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data

\n
\n

[object]

\n

Array of returned users.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the users.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

Organization object.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the organization.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the organization.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Description of the organization.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether or not the organization is disabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last organization modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the organization.

\n
\n \n
\n
\n
\n
\n
\n

public_id

\n
\n

string

\n

Public ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

sharing

\n
\n

string

\n

Sharing type of the organization.

\n
\n \n
\n
\n
\n
\n
\n

url

\n
\n

string

\n

URL of the site that this organization exists at.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Permission object.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of a permission.

\n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Creation time of the permission.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Description of the permission.

\n
\n \n
\n
\n
\n
\n
\n

display_name

\n
\n

string

\n

Displayed name for the permission.

\n
\n \n
\n
\n
\n
\n
\n

display_type

\n
\n

string

\n

Display type.

\n
\n \n
\n
\n
\n
\n
\n

group_name

\n
\n

string

\n

Name of the permission group.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the permission.

\n
\n \n
\n
\n
\n
\n
\n

restricted

\n
\n

boolean

\n

Whether or not the permission is restricted.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

Role object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the role.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the role.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last role modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

The name of the role. The name is neither unique nor a stable identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

user_count

\n
\n

int64

\n

Number of users with that role.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the role object returned by the API.

\n
\n
\n
\n
\n
\n

permissions

\n
\n

object

\n

Relationship to multiple permissions objects.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Relationships to permission objects.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

meta

\n
\n

object

\n

Object describing meta attributes of response.

\n
\n
\n
\n
\n
\n

page

\n
\n

object

\n

Pagination object.

\n
\n
\n
\n
\n
\n

total_count

\n
\n

int64

\n

Total count.

\n
\n \n
\n
\n
\n
\n
\n

total_filtered_count

\n
\n

int64

\n

Total count of elements matched by the filter.

\n
\n \n
\n
\n
\n
\n
\n
" }, "400": { "json": { @@ -827,6 +828,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -894,7 +896,7 @@ } } }, - "html": "
\n
\n
\n
\n

data

\n
\n

[object]

\n

Array of returned users.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the users.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

Organization object.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the organization.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the organization.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Description of the organization.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether or not the organization is disabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last organization modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the organization.

\n
\n \n
\n
\n
\n
\n
\n

public_id

\n
\n

string

\n

Public ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

sharing

\n
\n

string

\n

Sharing type of the organization.

\n
\n \n
\n
\n
\n
\n
\n

url

\n
\n

string

\n

URL of the site that this organization exists at.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Permission object.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of a permission.

\n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Creation time of the permission.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Description of the permission.

\n
\n \n
\n
\n
\n
\n
\n

display_name

\n
\n

string

\n

Displayed name for the permission.

\n
\n \n
\n
\n
\n
\n
\n

display_type

\n
\n

string

\n

Display type.

\n
\n \n
\n
\n
\n
\n
\n

group_name

\n
\n

string

\n

Name of the permission group.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the permission.

\n
\n \n
\n
\n
\n
\n
\n

restricted

\n
\n

boolean

\n

Whether or not the permission is restricted.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

Role object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the role.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the role.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last role modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

The name of the role. The name is neither unique nor a stable identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

user_count

\n
\n

int64

\n

Number of users with that role.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the role object returned by the API.

\n
\n
\n
\n
\n
\n

permissions

\n
\n

object

\n

Relationship to multiple permissions objects.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Relationships to permission objects.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

meta

\n
\n

object

\n

Object describing meta attributes of response.

\n
\n
\n
\n
\n
\n

page

\n
\n

object

\n

Pagination object.

\n
\n
\n
\n
\n
\n

total_count

\n
\n

int64

\n

Total count.

\n
\n \n
\n
\n
\n
\n
\n

total_filtered_count

\n
\n

int64

\n

Total count of elements matched by the filter.

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data

\n
\n

[object]

\n

Array of returned users.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the users.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

Organization object.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the organization.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the organization.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Description of the organization.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether or not the organization is disabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last organization modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the organization.

\n
\n \n
\n
\n
\n
\n
\n

public_id

\n
\n

string

\n

Public ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

sharing

\n
\n

string

\n

Sharing type of the organization.

\n
\n \n
\n
\n
\n
\n
\n

url

\n
\n

string

\n

URL of the site that this organization exists at.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Permission object.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of a permission.

\n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Creation time of the permission.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Description of the permission.

\n
\n \n
\n
\n
\n
\n
\n

display_name

\n
\n

string

\n

Displayed name for the permission.

\n
\n \n
\n
\n
\n
\n
\n

display_type

\n
\n

string

\n

Display type.

\n
\n \n
\n
\n
\n
\n
\n

group_name

\n
\n

string

\n

Name of the permission group.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the permission.

\n
\n \n
\n
\n
\n
\n
\n

restricted

\n
\n

boolean

\n

Whether or not the permission is restricted.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

Role object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the role.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the role.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last role modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

The name of the role. The name is neither unique nor a stable identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

user_count

\n
\n

int64

\n

Number of users with that role.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the role object returned by the API.

\n
\n
\n
\n
\n
\n

permissions

\n
\n

object

\n

Relationship to multiple permissions objects.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Relationships to permission objects.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

meta

\n
\n

object

\n

Object describing meta attributes of response.

\n
\n
\n
\n
\n
\n

page

\n
\n

object

\n

Pagination object.

\n
\n
\n
\n
\n
\n

total_count

\n
\n

int64

\n

Total count.

\n
\n \n
\n
\n
\n
\n
\n

total_filtered_count

\n
\n

int64

\n

Total count of elements matched by the filter.

\n
\n \n
\n
\n
\n
\n
\n
" }, "403": { "json": { @@ -939,6 +941,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -1006,7 +1009,7 @@ } } }, - "html": "
\n
\n
\n
\n

data

\n
\n

[object]

\n

Array of returned users.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the users.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

Organization object.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the organization.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the organization.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Description of the organization.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether or not the organization is disabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last organization modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the organization.

\n
\n \n
\n
\n
\n
\n
\n

public_id

\n
\n

string

\n

Public ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

sharing

\n
\n

string

\n

Sharing type of the organization.

\n
\n \n
\n
\n
\n
\n
\n

url

\n
\n

string

\n

URL of the site that this organization exists at.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Permission object.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of a permission.

\n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Creation time of the permission.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Description of the permission.

\n
\n \n
\n
\n
\n
\n
\n

display_name

\n
\n

string

\n

Displayed name for the permission.

\n
\n \n
\n
\n
\n
\n
\n

display_type

\n
\n

string

\n

Display type.

\n
\n \n
\n
\n
\n
\n
\n

group_name

\n
\n

string

\n

Name of the permission group.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the permission.

\n
\n \n
\n
\n
\n
\n
\n

restricted

\n
\n

boolean

\n

Whether or not the permission is restricted.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

Role object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the role.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the role.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last role modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

The name of the role. The name is neither unique nor a stable identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

user_count

\n
\n

int64

\n

Number of users with that role.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the role object returned by the API.

\n
\n
\n
\n
\n
\n

permissions

\n
\n

object

\n

Relationship to multiple permissions objects.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Relationships to permission objects.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

meta

\n
\n

object

\n

Object describing meta attributes of response.

\n
\n
\n
\n
\n
\n

page

\n
\n

object

\n

Pagination object.

\n
\n
\n
\n
\n
\n

total_count

\n
\n

int64

\n

Total count.

\n
\n \n
\n
\n
\n
\n
\n

total_filtered_count

\n
\n

int64

\n

Total count of elements matched by the filter.

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data

\n
\n

[object]

\n

Array of returned users.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the users.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

Organization object.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the organization.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the organization.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Description of the organization.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether or not the organization is disabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last organization modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the organization.

\n
\n \n
\n
\n
\n
\n
\n

public_id

\n
\n

string

\n

Public ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

sharing

\n
\n

string

\n

Sharing type of the organization.

\n
\n \n
\n
\n
\n
\n
\n

url

\n
\n

string

\n

URL of the site that this organization exists at.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Permission object.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of a permission.

\n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Creation time of the permission.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Description of the permission.

\n
\n \n
\n
\n
\n
\n
\n

display_name

\n
\n

string

\n

Displayed name for the permission.

\n
\n \n
\n
\n
\n
\n
\n

display_type

\n
\n

string

\n

Display type.

\n
\n \n
\n
\n
\n
\n
\n

group_name

\n
\n

string

\n

Name of the permission group.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the permission.

\n
\n \n
\n
\n
\n
\n
\n

restricted

\n
\n

boolean

\n

Whether or not the permission is restricted.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

Role object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the role.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the role.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last role modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

The name of the role. The name is neither unique nor a stable identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

user_count

\n
\n

int64

\n

Number of users with that role.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the role object returned by the API.

\n
\n
\n
\n
\n
\n

permissions

\n
\n

object

\n

Relationship to multiple permissions objects.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Relationships to permission objects.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

meta

\n
\n

object

\n

Object describing meta attributes of response.

\n
\n
\n
\n
\n
\n

page

\n
\n

object

\n

Pagination object.

\n
\n
\n
\n
\n
\n

total_count

\n
\n

int64

\n

Total count.

\n
\n \n
\n
\n
\n
\n
\n

total_filtered_count

\n
\n

int64

\n

Total count of elements matched by the filter.

\n
\n \n
\n
\n
\n
\n
\n
" }, "400": { "json": { diff --git a/content/en/api/v2/service-accounts/examples.json b/content/en/api/v2/service-accounts/examples.json index b6caf19333308..d3454444caccd 100644 --- a/content/en/api/v2/service-accounts/examples.json +++ b/content/en/api/v2/service-accounts/examples.json @@ -10,6 +10,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -70,7 +71,7 @@ } ] }, - "html": "
\n
\n
\n
\n

data

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the user.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

Organization object.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the organization.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the organization.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Description of the organization.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether or not the organization is disabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last organization modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the organization.

\n
\n \n
\n
\n
\n
\n
\n

public_id

\n
\n

string

\n

Public ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

sharing

\n
\n

string

\n

Sharing type of the organization.

\n
\n \n
\n
\n
\n
\n
\n

url

\n
\n

string

\n

URL of the site that this organization exists at.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Permission object.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of a permission.

\n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Creation time of the permission.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Description of the permission.

\n
\n \n
\n
\n
\n
\n
\n

display_name

\n
\n

string

\n

Displayed name for the permission.

\n
\n \n
\n
\n
\n
\n
\n

display_type

\n
\n

string

\n

Display type.

\n
\n \n
\n
\n
\n
\n
\n

group_name

\n
\n

string

\n

Name of the permission group.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the permission.

\n
\n \n
\n
\n
\n
\n
\n

restricted

\n
\n

boolean

\n

Whether or not the permission is restricted.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

Role object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the role.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the role.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last role modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

The name of the role. The name is neither unique nor a stable identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

user_count

\n
\n

int64

\n

Number of users with that role.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the role object returned by the API.

\n
\n
\n
\n
\n
\n

permissions

\n
\n

object

\n

Relationship to multiple permissions objects.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Relationships to permission objects.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the user.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

Organization object.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the organization.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the organization.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Description of the organization.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether or not the organization is disabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last organization modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the organization.

\n
\n \n
\n
\n
\n
\n
\n

public_id

\n
\n

string

\n

Public ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

sharing

\n
\n

string

\n

Sharing type of the organization.

\n
\n \n
\n
\n
\n
\n
\n

url

\n
\n

string

\n

URL of the site that this organization exists at.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Permission object.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of a permission.

\n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Creation time of the permission.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Description of the permission.

\n
\n \n
\n
\n
\n
\n
\n

display_name

\n
\n

string

\n

Displayed name for the permission.

\n
\n \n
\n
\n
\n
\n
\n

display_type

\n
\n

string

\n

Display type.

\n
\n \n
\n
\n
\n
\n
\n

group_name

\n
\n

string

\n

Name of the permission group.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the permission.

\n
\n \n
\n
\n
\n
\n
\n

restricted

\n
\n

boolean

\n

Whether or not the permission is restricted.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

Role object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the role.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the role.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last role modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

The name of the role. The name is neither unique nor a stable identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

user_count

\n
\n

int64

\n

Number of users with that role.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the role object returned by the API.

\n
\n
\n
\n
\n
\n

permissions

\n
\n

object

\n

Relationship to multiple permissions objects.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Relationships to permission objects.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
" }, "400": { "json": { @@ -168,6 +169,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -219,7 +221,7 @@ } } }, - "html": "
\n
\n
\n
\n

data

\n
\n

[object]

\n

Array of application keys.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of a partial application key.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

string

\n

Creation date of the application key.

\n
\n \n
\n
\n
\n
\n
\n

last4

\n
\n

string

\n

The last four characters of the application key.

\n
\n \n
\n
\n
\n
\n
\n

last_used_at

\n
\n

string

\n

Last usage timestamp of the application key.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the application key.

\n
\n \n
\n
\n
\n
\n
\n

scopes

\n
\n

[string]

\n

Array of scopes to grant the application key.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the application key.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Resources related to the application key.

\n
\n
\n
\n
\n
\n

owned_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Application Keys resource type. \nAllowed enum values: application_keys

default: application_keys

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the application key.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Role object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the role.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the role.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last role modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

The name of the role. The name is neither unique nor a stable identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

user_count

\n
\n

int64

\n

Number of users with that role.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the role object returned by the API.

\n
\n
\n
\n
\n
\n

permissions

\n
\n

object

\n

Relationship to multiple permissions objects.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Relationships to permission objects.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

The definition of LeakedKey object.

\n
\n
\n
\n
\n
\n

attributes [required]

\n
\n

object

\n

The definition of LeakedKeyAttributes object.

\n
\n
\n
\n
\n
\n

date [required]

\n
\n

date-time

\n

The LeakedKeyAttributes date.

\n
\n \n
\n
\n
\n
\n
\n

leak_source

\n
\n

string

\n

The LeakedKeyAttributes leak_source.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The LeakedKey id.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

The definition of LeakedKeyType object. \nAllowed enum values: leaked_keys

default: leaked_keys

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

meta

\n
\n

object

\n

Additional information related to the application key response.

\n
\n
\n
\n
\n
\n

max_allowed_per_user

\n
\n

int64

\n

Max allowed number of application keys per user.

\n
\n \n
\n
\n
\n
\n
\n

page

\n
\n

object

\n

Additional information related to the application key response.

\n
\n
\n
\n
\n
\n

total_filtered_count

\n
\n

int64

\n

Total filtered application key count.

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data

\n
\n

[object]

\n

Array of application keys.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of a partial application key.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

string

\n

Creation date of the application key.

\n
\n \n
\n
\n
\n
\n
\n

last4

\n
\n

string

\n

The last four characters of the application key.

\n
\n \n
\n
\n
\n
\n
\n

last_used_at

\n
\n

string

\n

Last usage timestamp of the application key.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the application key.

\n
\n \n
\n
\n
\n
\n
\n

scopes

\n
\n

[string]

\n

Array of scopes to grant the application key.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the application key.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Resources related to the application key.

\n
\n
\n
\n
\n
\n

owned_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Application Keys resource type. \nAllowed enum values: application_keys

default: application_keys

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the application key.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Role object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the role.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the role.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last role modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

The name of the role. The name is neither unique nor a stable identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

user_count

\n
\n

int64

\n

Number of users with that role.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the role object returned by the API.

\n
\n
\n
\n
\n
\n

permissions

\n
\n

object

\n

Relationship to multiple permissions objects.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Relationships to permission objects.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

The definition of LeakedKey object.

\n
\n
\n
\n
\n
\n

attributes [required]

\n
\n

object

\n

The definition of LeakedKeyAttributes object.

\n
\n
\n
\n
\n
\n

date [required]

\n
\n

date-time

\n

The LeakedKeyAttributes date.

\n
\n \n
\n
\n
\n
\n
\n

leak_source

\n
\n

string

\n

The LeakedKeyAttributes leak_source.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The LeakedKey id.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

The definition of LeakedKeyType object. \nAllowed enum values: leaked_keys

default: leaked_keys

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

meta

\n
\n

object

\n

Additional information related to the application key response.

\n
\n
\n
\n
\n
\n

max_allowed_per_user

\n
\n

int64

\n

Max allowed number of application keys per user.

\n
\n \n
\n
\n
\n
\n
\n

page

\n
\n

object

\n

Additional information related to the application key response.

\n
\n
\n
\n
\n
\n

total_filtered_count

\n
\n

int64

\n

Total filtered application key count.

\n
\n \n
\n
\n
\n
\n
\n
" }, "400": { "json": { @@ -296,6 +298,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -341,7 +344,7 @@ } ] }, - "html": "
\n
\n
\n
\n

data

\n
\n

object

\n

Datadog application key.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of a full application key.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation date of the application key.

\n
\n \n
\n
\n
\n
\n
\n

key

\n
\n

string

\n

The application key.

\n
\n \n
\n
\n
\n
\n
\n

last4

\n
\n

string

\n

The last four characters of the application key.

\n
\n \n
\n
\n
\n
\n
\n

last_used_at

\n
\n

date-time

\n

Last usage timestamp of the application key.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the application key.

\n
\n \n
\n
\n
\n
\n
\n

scopes

\n
\n

[string]

\n

Array of scopes to grant the application key.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the application key.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Resources related to the application key.

\n
\n
\n
\n
\n
\n

owned_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Application Keys resource type. \nAllowed enum values: application_keys

default: application_keys

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the application key.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Role object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the role.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the role.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last role modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

The name of the role. The name is neither unique nor a stable identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

user_count

\n
\n

int64

\n

Number of users with that role.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the role object returned by the API.

\n
\n
\n
\n
\n
\n

permissions

\n
\n

object

\n

Relationship to multiple permissions objects.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Relationships to permission objects.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

The definition of LeakedKey object.

\n
\n
\n
\n
\n
\n

attributes [required]

\n
\n

object

\n

The definition of LeakedKeyAttributes object.

\n
\n
\n
\n
\n
\n

date [required]

\n
\n

date-time

\n

The LeakedKeyAttributes date.

\n
\n \n
\n
\n
\n
\n
\n

leak_source

\n
\n

string

\n

The LeakedKeyAttributes leak_source.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The LeakedKey id.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

The definition of LeakedKeyType object. \nAllowed enum values: leaked_keys

default: leaked_keys

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data

\n
\n

object

\n

Datadog application key.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of a full application key.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation date of the application key.

\n
\n \n
\n
\n
\n
\n
\n

key

\n
\n

string

\n

The application key.

\n
\n \n
\n
\n
\n
\n
\n

last4

\n
\n

string

\n

The last four characters of the application key.

\n
\n \n
\n
\n
\n
\n
\n

last_used_at

\n
\n

date-time

\n

Last usage timestamp of the application key.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the application key.

\n
\n \n
\n
\n
\n
\n
\n

scopes

\n
\n

[string]

\n

Array of scopes to grant the application key.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the application key.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Resources related to the application key.

\n
\n
\n
\n
\n
\n

owned_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Application Keys resource type. \nAllowed enum values: application_keys

default: application_keys

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the application key.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Role object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the role.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the role.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last role modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

The name of the role. The name is neither unique nor a stable identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

user_count

\n
\n

int64

\n

Number of users with that role.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the role object returned by the API.

\n
\n
\n
\n
\n
\n

permissions

\n
\n

object

\n

Relationship to multiple permissions objects.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Relationships to permission objects.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

The definition of LeakedKey object.

\n
\n
\n
\n
\n
\n

attributes [required]

\n
\n

object

\n

The definition of LeakedKeyAttributes object.

\n
\n
\n
\n
\n
\n

date [required]

\n
\n

date-time

\n

The LeakedKeyAttributes date.

\n
\n \n
\n
\n
\n
\n
\n

leak_source

\n
\n

string

\n

The LeakedKeyAttributes leak_source.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The LeakedKey id.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

The definition of LeakedKeyType object. \nAllowed enum values: leaked_keys

default: leaked_keys

\n
\n \n
\n
\n
\n
\n
\n
" }, "400": { "json": { @@ -461,6 +464,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -506,7 +510,7 @@ } ] }, - "html": "
\n
\n
\n
\n

data

\n
\n

object

\n

Partial Datadog application key.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of a partial application key.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

string

\n

Creation date of the application key.

\n
\n \n
\n
\n
\n
\n
\n

last4

\n
\n

string

\n

The last four characters of the application key.

\n
\n \n
\n
\n
\n
\n
\n

last_used_at

\n
\n

string

\n

Last usage timestamp of the application key.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the application key.

\n
\n \n
\n
\n
\n
\n
\n

scopes

\n
\n

[string]

\n

Array of scopes to grant the application key.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the application key.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Resources related to the application key.

\n
\n
\n
\n
\n
\n

owned_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Application Keys resource type. \nAllowed enum values: application_keys

default: application_keys

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the application key.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Role object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the role.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the role.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last role modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

The name of the role. The name is neither unique nor a stable identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

user_count

\n
\n

int64

\n

Number of users with that role.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the role object returned by the API.

\n
\n
\n
\n
\n
\n

permissions

\n
\n

object

\n

Relationship to multiple permissions objects.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Relationships to permission objects.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

The definition of LeakedKey object.

\n
\n
\n
\n
\n
\n

attributes [required]

\n
\n

object

\n

The definition of LeakedKeyAttributes object.

\n
\n
\n
\n
\n
\n

date [required]

\n
\n

date-time

\n

The LeakedKeyAttributes date.

\n
\n \n
\n
\n
\n
\n
\n

leak_source

\n
\n

string

\n

The LeakedKeyAttributes leak_source.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The LeakedKey id.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

The definition of LeakedKeyType object. \nAllowed enum values: leaked_keys

default: leaked_keys

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data

\n
\n

object

\n

Partial Datadog application key.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of a partial application key.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

string

\n

Creation date of the application key.

\n
\n \n
\n
\n
\n
\n
\n

last4

\n
\n

string

\n

The last four characters of the application key.

\n
\n \n
\n
\n
\n
\n
\n

last_used_at

\n
\n

string

\n

Last usage timestamp of the application key.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the application key.

\n
\n \n
\n
\n
\n
\n
\n

scopes

\n
\n

[string]

\n

Array of scopes to grant the application key.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the application key.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Resources related to the application key.

\n
\n
\n
\n
\n
\n

owned_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Application Keys resource type. \nAllowed enum values: application_keys

default: application_keys

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the application key.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Role object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the role.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the role.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last role modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

The name of the role. The name is neither unique nor a stable identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

user_count

\n
\n

int64

\n

Number of users with that role.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the role object returned by the API.

\n
\n
\n
\n
\n
\n

permissions

\n
\n

object

\n

Relationship to multiple permissions objects.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Relationships to permission objects.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

The definition of LeakedKey object.

\n
\n
\n
\n
\n
\n

attributes [required]

\n
\n

object

\n

The definition of LeakedKeyAttributes object.

\n
\n
\n
\n
\n
\n

date [required]

\n
\n

date-time

\n

The LeakedKeyAttributes date.

\n
\n \n
\n
\n
\n
\n
\n

leak_source

\n
\n

string

\n

The LeakedKeyAttributes leak_source.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The LeakedKey id.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

The definition of LeakedKeyType object. \nAllowed enum values: leaked_keys

default: leaked_keys

\n
\n \n
\n
\n
\n
\n
\n
" }, "403": { "json": { @@ -574,6 +578,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -619,7 +624,7 @@ } ] }, - "html": "
\n
\n
\n
\n

data

\n
\n

object

\n

Partial Datadog application key.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of a partial application key.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

string

\n

Creation date of the application key.

\n
\n \n
\n
\n
\n
\n
\n

last4

\n
\n

string

\n

The last four characters of the application key.

\n
\n \n
\n
\n
\n
\n
\n

last_used_at

\n
\n

string

\n

Last usage timestamp of the application key.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the application key.

\n
\n \n
\n
\n
\n
\n
\n

scopes

\n
\n

[string]

\n

Array of scopes to grant the application key.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the application key.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Resources related to the application key.

\n
\n
\n
\n
\n
\n

owned_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Application Keys resource type. \nAllowed enum values: application_keys

default: application_keys

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the application key.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Role object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the role.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the role.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last role modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

The name of the role. The name is neither unique nor a stable identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

user_count

\n
\n

int64

\n

Number of users with that role.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the role object returned by the API.

\n
\n
\n
\n
\n
\n

permissions

\n
\n

object

\n

Relationship to multiple permissions objects.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Relationships to permission objects.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

The definition of LeakedKey object.

\n
\n
\n
\n
\n
\n

attributes [required]

\n
\n

object

\n

The definition of LeakedKeyAttributes object.

\n
\n
\n
\n
\n
\n

date [required]

\n
\n

date-time

\n

The LeakedKeyAttributes date.

\n
\n \n
\n
\n
\n
\n
\n

leak_source

\n
\n

string

\n

The LeakedKeyAttributes leak_source.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The LeakedKey id.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

The definition of LeakedKeyType object. \nAllowed enum values: leaked_keys

default: leaked_keys

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data

\n
\n

object

\n

Partial Datadog application key.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of a partial application key.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

string

\n

Creation date of the application key.

\n
\n \n
\n
\n
\n
\n
\n

last4

\n
\n

string

\n

The last four characters of the application key.

\n
\n \n
\n
\n
\n
\n
\n

last_used_at

\n
\n

string

\n

Last usage timestamp of the application key.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the application key.

\n
\n \n
\n
\n
\n
\n
\n

scopes

\n
\n

[string]

\n

Array of scopes to grant the application key.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the application key.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Resources related to the application key.

\n
\n
\n
\n
\n
\n

owned_by

\n
\n

object

\n

Relationship to user.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to user object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Application Keys resource type. \nAllowed enum values: application_keys

default: application_keys

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the application key.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Role object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the role.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the role.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last role modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

The name of the role. The name is neither unique nor a stable identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

user_count

\n
\n

int64

\n

Number of users with that role.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the role object returned by the API.

\n
\n
\n
\n
\n
\n

permissions

\n
\n

object

\n

Relationship to multiple permissions objects.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Relationships to permission objects.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

The definition of LeakedKey object.

\n
\n
\n
\n
\n
\n

attributes [required]

\n
\n

object

\n

The definition of LeakedKeyAttributes object.

\n
\n
\n
\n
\n
\n

date [required]

\n
\n

date-time

\n

The LeakedKeyAttributes date.

\n
\n \n
\n
\n
\n
\n
\n

leak_source

\n
\n

string

\n

The LeakedKeyAttributes leak_source.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The LeakedKey id.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

The definition of LeakedKeyType object. \nAllowed enum values: leaked_keys

default: leaked_keys

\n
\n \n
\n
\n
\n
\n
\n
" }, "400": { "json": { diff --git a/content/en/api/v2/teams/examples.json b/content/en/api/v2/teams/examples.json index 60653e3f7eac2..abcfa2ed2051c 100644 --- a/content/en/api/v2/teams/examples.json +++ b/content/en/api/v2/teams/examples.json @@ -53,6 +53,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -117,7 +118,7 @@ } } }, - "html": "
\n
\n
\n
\n

data

\n
\n

[object]

\n

Teams response data

\n
\n
\n
\n
\n
\n

attributes [required]

\n
\n

object

\n

Team attributes

\n
\n
\n
\n
\n
\n

avatar

\n
\n

string

\n

Unicode representation of the avatar for the team, limited to a single grapheme

\n
\n \n
\n
\n
\n
\n
\n

banner

\n
\n

int64

\n

Banner selection for the team

\n
\n \n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation date of the team

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Free-form markdown description/content for the team's homepage

\n
\n \n
\n
\n
\n
\n
\n

handle [required]

\n
\n

string

\n

The team's identifier

\n
\n \n
\n
\n
\n
\n
\n

hidden_modules

\n
\n

[string]

\n

Collection of hidden modules for the team

\n
\n \n
\n
\n
\n
\n
\n

link_count

\n
\n

int32

\n

The number of links belonging to the team

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Modification date of the team

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the team

\n
\n \n
\n
\n
\n
\n
\n

summary

\n
\n

string

\n

A brief summary of the team, derived from the description

\n
\n \n
\n
\n
\n
\n
\n

user_count

\n
\n

int32

\n

The number of users belonging to the team

\n
\n \n
\n
\n
\n
\n
\n

visible_modules

\n
\n

[string]

\n

Collection of visible modules for the team

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The team's identifier

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Resources related to a team

\n
\n
\n
\n
\n
\n

team_links

\n
\n

object

\n

Relationship between a team and a team link

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Related team links

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The team link's identifier

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Team link type \nAllowed enum values: team_links

default: team_links

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

links

\n
\n

object

\n

Links attributes.

\n
\n
\n
\n
\n
\n

related

\n
\n

string

\n

Related link.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

user_team_permissions

\n
\n

object

\n

Relationship between a user team permission and a team

\n
\n
\n
\n
\n
\n

data

\n
\n

object

\n

Related user team permission data

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The ID of the user team permission

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

User team permission type \nAllowed enum values: user_team_permissions

default: user_team_permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

links

\n
\n

object

\n

Links attributes.

\n
\n
\n
\n
\n
\n

related

\n
\n

string

\n

Related link.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Team type \nAllowed enum values: team

default: team

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Resources related to the team

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Team link

\n
\n
\n
\n
\n
\n

attributes [required]

\n
\n

object

\n

Team link attributes

\n
\n
\n
\n
\n
\n

label [required]

\n
\n

string

\n

The link's label

\n
\n \n
\n
\n
\n
\n
\n

position

\n
\n

int32

\n

The link's position, used to sort links for the team

\n
\n \n
\n
\n
\n
\n
\n

team_id

\n
\n

string

\n

ID of the team the link is associated with

\n
\n \n
\n
\n
\n
\n
\n

url [required]

\n
\n

string

\n

The URL for the link

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The team link's identifier

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Team link type \nAllowed enum values: team_links

default: team_links

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

A user's permissions for a given team

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

User team permission attributes

\n
\n
\n
\n
\n
\n

permissions

\n
\n

object

\n

Object of team permission actions and boolean values that a logged in user can perform on this team.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The user team permission's identifier

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

User team permission type \nAllowed enum values: user_team_permissions

default: user_team_permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

links

\n
\n

object

\n

Teams response links.

\n
\n
\n
\n
\n
\n

first

\n
\n

string

\n

First link.

\n
\n \n
\n
\n
\n
\n
\n

last

\n
\n

string

\n

Last link.

\n
\n \n
\n
\n
\n
\n
\n

next

\n
\n

string

\n

Next link.

\n
\n \n
\n
\n
\n
\n
\n

prev

\n
\n

string

\n

Previous link.

\n
\n \n
\n
\n
\n
\n
\n

self

\n
\n

string

\n

Current link.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

meta

\n
\n

object

\n

Teams response metadata.

\n
\n
\n
\n
\n
\n

pagination

\n
\n

object

\n

Teams response metadata.

\n
\n
\n
\n
\n
\n

first_offset

\n
\n

int64

\n

The first offset.

\n
\n \n
\n
\n
\n
\n
\n

last_offset

\n
\n

int64

\n

The last offset.

\n
\n \n
\n
\n
\n
\n
\n

limit

\n
\n

int64

\n

Pagination limit.

\n
\n \n
\n
\n
\n
\n
\n

next_offset

\n
\n

int64

\n

The next offset.

\n
\n \n
\n
\n
\n
\n
\n

offset

\n
\n

int64

\n

The offset.

\n
\n \n
\n
\n
\n
\n
\n

prev_offset

\n
\n

int64

\n

The previous offset.

\n
\n \n
\n
\n
\n
\n
\n

total

\n
\n

int64

\n

Total results.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

string

\n

Offset type.

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data

\n
\n

[object]

\n

Teams response data

\n
\n
\n
\n
\n
\n

attributes [required]

\n
\n

object

\n

Team attributes

\n
\n
\n
\n
\n
\n

avatar

\n
\n

string

\n

Unicode representation of the avatar for the team, limited to a single grapheme

\n
\n \n
\n
\n
\n
\n
\n

banner

\n
\n

int64

\n

Banner selection for the team

\n
\n \n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation date of the team

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Free-form markdown description/content for the team's homepage

\n
\n \n
\n
\n
\n
\n
\n

handle [required]

\n
\n

string

\n

The team's identifier

\n
\n \n
\n
\n
\n
\n
\n

hidden_modules

\n
\n

[string]

\n

Collection of hidden modules for the team

\n
\n \n
\n
\n
\n
\n
\n

link_count

\n
\n

int32

\n

The number of links belonging to the team

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Modification date of the team

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the team

\n
\n \n
\n
\n
\n
\n
\n

summary

\n
\n

string

\n

A brief summary of the team, derived from the description

\n
\n \n
\n
\n
\n
\n
\n

user_count

\n
\n

int32

\n

The number of users belonging to the team

\n
\n \n
\n
\n
\n
\n
\n

visible_modules

\n
\n

[string]

\n

Collection of visible modules for the team

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The team's identifier

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Resources related to a team

\n
\n
\n
\n
\n
\n

team_links

\n
\n

object

\n

Relationship between a team and a team link

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Related team links

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The team link's identifier

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Team link type \nAllowed enum values: team_links

default: team_links

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

links

\n
\n

object

\n

Links attributes.

\n
\n
\n
\n
\n
\n

related

\n
\n

string

\n

Related link.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

user_team_permissions

\n
\n

object

\n

Relationship between a user team permission and a team

\n
\n
\n
\n
\n
\n

data

\n
\n

object

\n

Related user team permission data

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The ID of the user team permission

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

User team permission type \nAllowed enum values: user_team_permissions

default: user_team_permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

links

\n
\n

object

\n

Links attributes.

\n
\n
\n
\n
\n
\n

related

\n
\n

string

\n

Related link.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Team type \nAllowed enum values: team

default: team

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Resources related to the team

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Team link

\n
\n
\n
\n
\n
\n

attributes [required]

\n
\n

object

\n

Team link attributes

\n
\n
\n
\n
\n
\n

label [required]

\n
\n

string

\n

The link's label

\n
\n \n
\n
\n
\n
\n
\n

position

\n
\n

int32

\n

The link's position, used to sort links for the team

\n
\n \n
\n
\n
\n
\n
\n

team_id

\n
\n

string

\n

ID of the team the link is associated with

\n
\n \n
\n
\n
\n
\n
\n

url [required]

\n
\n

string

\n

The URL for the link

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The team link's identifier

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Team link type \nAllowed enum values: team_links

default: team_links

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

A user's permissions for a given team

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

User team permission attributes

\n
\n
\n
\n
\n
\n

permissions

\n
\n

object

\n

Object of team permission actions and boolean values that a logged in user can perform on this team.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The user team permission's identifier

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

User team permission type \nAllowed enum values: user_team_permissions

default: user_team_permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

links

\n
\n

object

\n

Teams response links.

\n
\n
\n
\n
\n
\n

first

\n
\n

string

\n

First link.

\n
\n \n
\n
\n
\n
\n
\n

last

\n
\n

string

\n

Last link.

\n
\n \n
\n
\n
\n
\n
\n

next

\n
\n

string

\n

Next link.

\n
\n \n
\n
\n
\n
\n
\n

prev

\n
\n

string

\n

Previous link.

\n
\n \n
\n
\n
\n
\n
\n

self

\n
\n

string

\n

Current link.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

meta

\n
\n

object

\n

Teams response metadata.

\n
\n
\n
\n
\n
\n

pagination

\n
\n

object

\n

Teams response metadata.

\n
\n
\n
\n
\n
\n

first_offset

\n
\n

int64

\n

The first offset.

\n
\n \n
\n
\n
\n
\n
\n

last_offset

\n
\n

int64

\n

The last offset.

\n
\n \n
\n
\n
\n
\n
\n

limit

\n
\n

int64

\n

Pagination limit.

\n
\n \n
\n
\n
\n
\n
\n

next_offset

\n
\n

int64

\n

The next offset.

\n
\n \n
\n
\n
\n
\n
\n

offset

\n
\n

int64

\n

The offset.

\n
\n \n
\n
\n
\n
\n
\n

prev_offset

\n
\n

int64

\n

The previous offset.

\n
\n \n
\n
\n
\n
\n
\n

total

\n
\n

int64

\n

Total results.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

string

\n

Offset type.

\n
\n \n
\n
\n
\n
\n
\n
" }, "403": { "json": { @@ -364,6 +365,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -428,7 +430,7 @@ } } }, - "html": "
\n
\n
\n
\n

data

\n
\n

[object]

\n

Teams response data

\n
\n
\n
\n
\n
\n

attributes [required]

\n
\n

object

\n

Team attributes

\n
\n
\n
\n
\n
\n

avatar

\n
\n

string

\n

Unicode representation of the avatar for the team, limited to a single grapheme

\n
\n \n
\n
\n
\n
\n
\n

banner

\n
\n

int64

\n

Banner selection for the team

\n
\n \n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation date of the team

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Free-form markdown description/content for the team's homepage

\n
\n \n
\n
\n
\n
\n
\n

handle [required]

\n
\n

string

\n

The team's identifier

\n
\n \n
\n
\n
\n
\n
\n

hidden_modules

\n
\n

[string]

\n

Collection of hidden modules for the team

\n
\n \n
\n
\n
\n
\n
\n

link_count

\n
\n

int32

\n

The number of links belonging to the team

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Modification date of the team

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the team

\n
\n \n
\n
\n
\n
\n
\n

summary

\n
\n

string

\n

A brief summary of the team, derived from the description

\n
\n \n
\n
\n
\n
\n
\n

user_count

\n
\n

int32

\n

The number of users belonging to the team

\n
\n \n
\n
\n
\n
\n
\n

visible_modules

\n
\n

[string]

\n

Collection of visible modules for the team

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The team's identifier

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Resources related to a team

\n
\n
\n
\n
\n
\n

team_links

\n
\n

object

\n

Relationship between a team and a team link

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Related team links

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The team link's identifier

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Team link type \nAllowed enum values: team_links

default: team_links

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

links

\n
\n

object

\n

Links attributes.

\n
\n
\n
\n
\n
\n

related

\n
\n

string

\n

Related link.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

user_team_permissions

\n
\n

object

\n

Relationship between a user team permission and a team

\n
\n
\n
\n
\n
\n

data

\n
\n

object

\n

Related user team permission data

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The ID of the user team permission

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

User team permission type \nAllowed enum values: user_team_permissions

default: user_team_permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

links

\n
\n

object

\n

Links attributes.

\n
\n
\n
\n
\n
\n

related

\n
\n

string

\n

Related link.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Team type \nAllowed enum values: team

default: team

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Resources related to the team

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Team link

\n
\n
\n
\n
\n
\n

attributes [required]

\n
\n

object

\n

Team link attributes

\n
\n
\n
\n
\n
\n

label [required]

\n
\n

string

\n

The link's label

\n
\n \n
\n
\n
\n
\n
\n

position

\n
\n

int32

\n

The link's position, used to sort links for the team

\n
\n \n
\n
\n
\n
\n
\n

team_id

\n
\n

string

\n

ID of the team the link is associated with

\n
\n \n
\n
\n
\n
\n
\n

url [required]

\n
\n

string

\n

The URL for the link

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The team link's identifier

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Team link type \nAllowed enum values: team_links

default: team_links

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

A user's permissions for a given team

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

User team permission attributes

\n
\n
\n
\n
\n
\n

permissions

\n
\n

object

\n

Object of team permission actions and boolean values that a logged in user can perform on this team.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The user team permission's identifier

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

User team permission type \nAllowed enum values: user_team_permissions

default: user_team_permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

links

\n
\n

object

\n

Teams response links.

\n
\n
\n
\n
\n
\n

first

\n
\n

string

\n

First link.

\n
\n \n
\n
\n
\n
\n
\n

last

\n
\n

string

\n

Last link.

\n
\n \n
\n
\n
\n
\n
\n

next

\n
\n

string

\n

Next link.

\n
\n \n
\n
\n
\n
\n
\n

prev

\n
\n

string

\n

Previous link.

\n
\n \n
\n
\n
\n
\n
\n

self

\n
\n

string

\n

Current link.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

meta

\n
\n

object

\n

Teams response metadata.

\n
\n
\n
\n
\n
\n

pagination

\n
\n

object

\n

Teams response metadata.

\n
\n
\n
\n
\n
\n

first_offset

\n
\n

int64

\n

The first offset.

\n
\n \n
\n
\n
\n
\n
\n

last_offset

\n
\n

int64

\n

The last offset.

\n
\n \n
\n
\n
\n
\n
\n

limit

\n
\n

int64

\n

Pagination limit.

\n
\n \n
\n
\n
\n
\n
\n

next_offset

\n
\n

int64

\n

The next offset.

\n
\n \n
\n
\n
\n
\n
\n

offset

\n
\n

int64

\n

The offset.

\n
\n \n
\n
\n
\n
\n
\n

prev_offset

\n
\n

int64

\n

The previous offset.

\n
\n \n
\n
\n
\n
\n
\n

total

\n
\n

int64

\n

Total results.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

string

\n

Offset type.

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data

\n
\n

[object]

\n

Teams response data

\n
\n
\n
\n
\n
\n

attributes [required]

\n
\n

object

\n

Team attributes

\n
\n
\n
\n
\n
\n

avatar

\n
\n

string

\n

Unicode representation of the avatar for the team, limited to a single grapheme

\n
\n \n
\n
\n
\n
\n
\n

banner

\n
\n

int64

\n

Banner selection for the team

\n
\n \n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation date of the team

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Free-form markdown description/content for the team's homepage

\n
\n \n
\n
\n
\n
\n
\n

handle [required]

\n
\n

string

\n

The team's identifier

\n
\n \n
\n
\n
\n
\n
\n

hidden_modules

\n
\n

[string]

\n

Collection of hidden modules for the team

\n
\n \n
\n
\n
\n
\n
\n

link_count

\n
\n

int32

\n

The number of links belonging to the team

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Modification date of the team

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the team

\n
\n \n
\n
\n
\n
\n
\n

summary

\n
\n

string

\n

A brief summary of the team, derived from the description

\n
\n \n
\n
\n
\n
\n
\n

user_count

\n
\n

int32

\n

The number of users belonging to the team

\n
\n \n
\n
\n
\n
\n
\n

visible_modules

\n
\n

[string]

\n

Collection of visible modules for the team

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The team's identifier

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Resources related to a team

\n
\n
\n
\n
\n
\n

team_links

\n
\n

object

\n

Relationship between a team and a team link

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Related team links

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The team link's identifier

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Team link type \nAllowed enum values: team_links

default: team_links

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

links

\n
\n

object

\n

Links attributes.

\n
\n
\n
\n
\n
\n

related

\n
\n

string

\n

Related link.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

user_team_permissions

\n
\n

object

\n

Relationship between a user team permission and a team

\n
\n
\n
\n
\n
\n

data

\n
\n

object

\n

Related user team permission data

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The ID of the user team permission

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

User team permission type \nAllowed enum values: user_team_permissions

default: user_team_permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

links

\n
\n

object

\n

Links attributes.

\n
\n
\n
\n
\n
\n

related

\n
\n

string

\n

Related link.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Team type \nAllowed enum values: team

default: team

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Resources related to the team

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Team link

\n
\n
\n
\n
\n
\n

attributes [required]

\n
\n

object

\n

Team link attributes

\n
\n
\n
\n
\n
\n

label [required]

\n
\n

string

\n

The link's label

\n
\n \n
\n
\n
\n
\n
\n

position

\n
\n

int32

\n

The link's position, used to sort links for the team

\n
\n \n
\n
\n
\n
\n
\n

team_id

\n
\n

string

\n

ID of the team the link is associated with

\n
\n \n
\n
\n
\n
\n
\n

url [required]

\n
\n

string

\n

The URL for the link

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The team link's identifier

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Team link type \nAllowed enum values: team_links

default: team_links

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

A user's permissions for a given team

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

User team permission attributes

\n
\n
\n
\n
\n
\n

permissions

\n
\n

object

\n

Object of team permission actions and boolean values that a logged in user can perform on this team.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The user team permission's identifier

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

User team permission type \nAllowed enum values: user_team_permissions

default: user_team_permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

links

\n
\n

object

\n

Teams response links.

\n
\n
\n
\n
\n
\n

first

\n
\n

string

\n

First link.

\n
\n \n
\n
\n
\n
\n
\n

last

\n
\n

string

\n

Last link.

\n
\n \n
\n
\n
\n
\n
\n

next

\n
\n

string

\n

Next link.

\n
\n \n
\n
\n
\n
\n
\n

prev

\n
\n

string

\n

Previous link.

\n
\n \n
\n
\n
\n
\n
\n

self

\n
\n

string

\n

Current link.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

meta

\n
\n

object

\n

Teams response metadata.

\n
\n
\n
\n
\n
\n

pagination

\n
\n

object

\n

Teams response metadata.

\n
\n
\n
\n
\n
\n

first_offset

\n
\n

int64

\n

The first offset.

\n
\n \n
\n
\n
\n
\n
\n

last_offset

\n
\n

int64

\n

The last offset.

\n
\n \n
\n
\n
\n
\n
\n

limit

\n
\n

int64

\n

Pagination limit.

\n
\n \n
\n
\n
\n
\n
\n

next_offset

\n
\n

int64

\n

The next offset.

\n
\n \n
\n
\n
\n
\n
\n

offset

\n
\n

int64

\n

The offset.

\n
\n \n
\n
\n
\n
\n
\n

prev_offset

\n
\n

int64

\n

The previous offset.

\n
\n \n
\n
\n
\n
\n
\n

total

\n
\n

int64

\n

Total results.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

string

\n

Offset type.

\n
\n \n
\n
\n
\n
\n
\n
" }, "403": { "json": { @@ -1092,6 +1094,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -1156,7 +1159,7 @@ } } }, - "html": "
\n
\n
\n
\n

data

\n
\n

[object]

\n

Team memberships response data

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Team membership attributes

\n
\n
\n
\n
\n
\n

provisioned_by

\n
\n

string

\n

The mechanism responsible for provisioning the team relationship.\nPossible values: null for added by a user, "service_account" if added by a service account, and "saml_mapping" if provisioned via SAML mapping.

\n
\n \n
\n
\n
\n
\n
\n

provisioned_by_id

\n
\n

string

\n

UUID of the User or Service Account who provisioned this team membership, or null if provisioned via SAML mapping.

\n
\n \n
\n
\n
\n
\n
\n

role

\n
\n

enum

\n

The user's role within the team \nAllowed enum values: admin

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The ID of a user's relationship with a team

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationship between membership and a user

\n
\n
\n
\n
\n
\n

team

\n
\n

object

\n

Relationship between team membership and team

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The team associated with the membership

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The ID of the team associated with the membership

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

User team team type \nAllowed enum values: team

default: team

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

user

\n
\n

object

\n

Relationship between team membership and user

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

A user's relationship with a team

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The ID of the user associated with the team

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

User team user type \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Team membership type \nAllowed enum values: team_memberships

default: team_memberships

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Resources related to the team memberships

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

A team

\n
\n
\n
\n
\n
\n

attributes [required]

\n
\n

object

\n

Team attributes

\n
\n
\n
\n
\n
\n

avatar

\n
\n

string

\n

Unicode representation of the avatar for the team, limited to a single grapheme

\n
\n \n
\n
\n
\n
\n
\n

banner

\n
\n

int64

\n

Banner selection for the team

\n
\n \n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation date of the team

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Free-form markdown description/content for the team's homepage

\n
\n \n
\n
\n
\n
\n
\n

handle [required]

\n
\n

string

\n

The team's identifier

\n
\n \n
\n
\n
\n
\n
\n

hidden_modules

\n
\n

[string]

\n

Collection of hidden modules for the team

\n
\n \n
\n
\n
\n
\n
\n

link_count

\n
\n

int32

\n

The number of links belonging to the team

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Modification date of the team

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the team

\n
\n \n
\n
\n
\n
\n
\n

summary

\n
\n

string

\n

A brief summary of the team, derived from the description

\n
\n \n
\n
\n
\n
\n
\n

user_count

\n
\n

int32

\n

The number of users belonging to the team

\n
\n \n
\n
\n
\n
\n
\n

visible_modules

\n
\n

[string]

\n

Collection of visible modules for the team

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The team's identifier

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Resources related to a team

\n
\n
\n
\n
\n
\n

team_links

\n
\n

object

\n

Relationship between a team and a team link

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Related team links

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The team link's identifier

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Team link type \nAllowed enum values: team_links

default: team_links

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

links

\n
\n

object

\n

Links attributes.

\n
\n
\n
\n
\n
\n

related

\n
\n

string

\n

Related link.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

user_team_permissions

\n
\n

object

\n

Relationship between a user team permission and a team

\n
\n
\n
\n
\n
\n

data

\n
\n

object

\n

Related user team permission data

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The ID of the user team permission

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

User team permission type \nAllowed enum values: user_team_permissions

default: user_team_permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

links

\n
\n

object

\n

Links attributes.

\n
\n
\n
\n
\n
\n

related

\n
\n

string

\n

Related link.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Team type \nAllowed enum values: team

default: team

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

links

\n
\n

object

\n

Teams response links.

\n
\n
\n
\n
\n
\n

first

\n
\n

string

\n

First link.

\n
\n \n
\n
\n
\n
\n
\n

last

\n
\n

string

\n

Last link.

\n
\n \n
\n
\n
\n
\n
\n

next

\n
\n

string

\n

Next link.

\n
\n \n
\n
\n
\n
\n
\n

prev

\n
\n

string

\n

Previous link.

\n
\n \n
\n
\n
\n
\n
\n

self

\n
\n

string

\n

Current link.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

meta

\n
\n

object

\n

Teams response metadata.

\n
\n
\n
\n
\n
\n

pagination

\n
\n

object

\n

Teams response metadata.

\n
\n
\n
\n
\n
\n

first_offset

\n
\n

int64

\n

The first offset.

\n
\n \n
\n
\n
\n
\n
\n

last_offset

\n
\n

int64

\n

The last offset.

\n
\n \n
\n
\n
\n
\n
\n

limit

\n
\n

int64

\n

Pagination limit.

\n
\n \n
\n
\n
\n
\n
\n

next_offset

\n
\n

int64

\n

The next offset.

\n
\n \n
\n
\n
\n
\n
\n

offset

\n
\n

int64

\n

The offset.

\n
\n \n
\n
\n
\n
\n
\n

prev_offset

\n
\n

int64

\n

The previous offset.

\n
\n \n
\n
\n
\n
\n
\n

total

\n
\n

int64

\n

Total results.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

string

\n

Offset type.

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data

\n
\n

[object]

\n

Team memberships response data

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Team membership attributes

\n
\n
\n
\n
\n
\n

provisioned_by

\n
\n

string

\n

The mechanism responsible for provisioning the team relationship.\nPossible values: null for added by a user, "service_account" if added by a service account, and "saml_mapping" if provisioned via SAML mapping.

\n
\n \n
\n
\n
\n
\n
\n

provisioned_by_id

\n
\n

string

\n

UUID of the User or Service Account who provisioned this team membership, or null if provisioned via SAML mapping.

\n
\n \n
\n
\n
\n
\n
\n

role

\n
\n

enum

\n

The user's role within the team \nAllowed enum values: admin

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The ID of a user's relationship with a team

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationship between membership and a user

\n
\n
\n
\n
\n
\n

team

\n
\n

object

\n

Relationship between team membership and team

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The team associated with the membership

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The ID of the team associated with the membership

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

User team team type \nAllowed enum values: team

default: team

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

user

\n
\n

object

\n

Relationship between team membership and user

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

A user's relationship with a team

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The ID of the user associated with the team

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

User team user type \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Team membership type \nAllowed enum values: team_memberships

default: team_memberships

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Resources related to the team memberships

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

A team

\n
\n
\n
\n
\n
\n

attributes [required]

\n
\n

object

\n

Team attributes

\n
\n
\n
\n
\n
\n

avatar

\n
\n

string

\n

Unicode representation of the avatar for the team, limited to a single grapheme

\n
\n \n
\n
\n
\n
\n
\n

banner

\n
\n

int64

\n

Banner selection for the team

\n
\n \n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation date of the team

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Free-form markdown description/content for the team's homepage

\n
\n \n
\n
\n
\n
\n
\n

handle [required]

\n
\n

string

\n

The team's identifier

\n
\n \n
\n
\n
\n
\n
\n

hidden_modules

\n
\n

[string]

\n

Collection of hidden modules for the team

\n
\n \n
\n
\n
\n
\n
\n

link_count

\n
\n

int32

\n

The number of links belonging to the team

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Modification date of the team

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the team

\n
\n \n
\n
\n
\n
\n
\n

summary

\n
\n

string

\n

A brief summary of the team, derived from the description

\n
\n \n
\n
\n
\n
\n
\n

user_count

\n
\n

int32

\n

The number of users belonging to the team

\n
\n \n
\n
\n
\n
\n
\n

visible_modules

\n
\n

[string]

\n

Collection of visible modules for the team

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The team's identifier

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Resources related to a team

\n
\n
\n
\n
\n
\n

team_links

\n
\n

object

\n

Relationship between a team and a team link

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Related team links

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The team link's identifier

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Team link type \nAllowed enum values: team_links

default: team_links

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

links

\n
\n

object

\n

Links attributes.

\n
\n
\n
\n
\n
\n

related

\n
\n

string

\n

Related link.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

user_team_permissions

\n
\n

object

\n

Relationship between a user team permission and a team

\n
\n
\n
\n
\n
\n

data

\n
\n

object

\n

Related user team permission data

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The ID of the user team permission

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

User team permission type \nAllowed enum values: user_team_permissions

default: user_team_permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

links

\n
\n

object

\n

Links attributes.

\n
\n
\n
\n
\n
\n

related

\n
\n

string

\n

Related link.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Team type \nAllowed enum values: team

default: team

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

links

\n
\n

object

\n

Teams response links.

\n
\n
\n
\n
\n
\n

first

\n
\n

string

\n

First link.

\n
\n \n
\n
\n
\n
\n
\n

last

\n
\n

string

\n

Last link.

\n
\n \n
\n
\n
\n
\n
\n

next

\n
\n

string

\n

Next link.

\n
\n \n
\n
\n
\n
\n
\n

prev

\n
\n

string

\n

Previous link.

\n
\n \n
\n
\n
\n
\n
\n

self

\n
\n

string

\n

Current link.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

meta

\n
\n

object

\n

Teams response metadata.

\n
\n
\n
\n
\n
\n

pagination

\n
\n

object

\n

Teams response metadata.

\n
\n
\n
\n
\n
\n

first_offset

\n
\n

int64

\n

The first offset.

\n
\n \n
\n
\n
\n
\n
\n

last_offset

\n
\n

int64

\n

The last offset.

\n
\n \n
\n
\n
\n
\n
\n

limit

\n
\n

int64

\n

Pagination limit.

\n
\n \n
\n
\n
\n
\n
\n

next_offset

\n
\n

int64

\n

The next offset.

\n
\n \n
\n
\n
\n
\n
\n

offset

\n
\n

int64

\n

The offset.

\n
\n \n
\n
\n
\n
\n
\n

prev_offset

\n
\n

int64

\n

The previous offset.

\n
\n \n
\n
\n
\n
\n
\n

total

\n
\n

int64

\n

Total results.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

string

\n

Offset type.

\n
\n \n
\n
\n
\n
\n
\n
" }, "403": { "json": { @@ -1224,6 +1227,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -1269,7 +1273,7 @@ } ] }, - "html": "
\n
\n
\n
\n

data

\n
\n

object

\n

A user's relationship with a team

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Team membership attributes

\n
\n
\n
\n
\n
\n

provisioned_by

\n
\n

string

\n

The mechanism responsible for provisioning the team relationship.\nPossible values: null for added by a user, "service_account" if added by a service account, and "saml_mapping" if provisioned via SAML mapping.

\n
\n \n
\n
\n
\n
\n
\n

provisioned_by_id

\n
\n

string

\n

UUID of the User or Service Account who provisioned this team membership, or null if provisioned via SAML mapping.

\n
\n \n
\n
\n
\n
\n
\n

role

\n
\n

enum

\n

The user's role within the team \nAllowed enum values: admin

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The ID of a user's relationship with a team

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationship between membership and a user

\n
\n
\n
\n
\n
\n

team

\n
\n

object

\n

Relationship between team membership and team

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The team associated with the membership

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The ID of the team associated with the membership

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

User team team type \nAllowed enum values: team

default: team

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

user

\n
\n

object

\n

Relationship between team membership and user

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

A user's relationship with a team

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The ID of the user associated with the team

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

User team user type \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Team membership type \nAllowed enum values: team_memberships

default: team_memberships

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Resources related to the team memberships

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

A team

\n
\n
\n
\n
\n
\n

attributes [required]

\n
\n

object

\n

Team attributes

\n
\n
\n
\n
\n
\n

avatar

\n
\n

string

\n

Unicode representation of the avatar for the team, limited to a single grapheme

\n
\n \n
\n
\n
\n
\n
\n

banner

\n
\n

int64

\n

Banner selection for the team

\n
\n \n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation date of the team

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Free-form markdown description/content for the team's homepage

\n
\n \n
\n
\n
\n
\n
\n

handle [required]

\n
\n

string

\n

The team's identifier

\n
\n \n
\n
\n
\n
\n
\n

hidden_modules

\n
\n

[string]

\n

Collection of hidden modules for the team

\n
\n \n
\n
\n
\n
\n
\n

link_count

\n
\n

int32

\n

The number of links belonging to the team

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Modification date of the team

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the team

\n
\n \n
\n
\n
\n
\n
\n

summary

\n
\n

string

\n

A brief summary of the team, derived from the description

\n
\n \n
\n
\n
\n
\n
\n

user_count

\n
\n

int32

\n

The number of users belonging to the team

\n
\n \n
\n
\n
\n
\n
\n

visible_modules

\n
\n

[string]

\n

Collection of visible modules for the team

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The team's identifier

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Resources related to a team

\n
\n
\n
\n
\n
\n

team_links

\n
\n

object

\n

Relationship between a team and a team link

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Related team links

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The team link's identifier

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Team link type \nAllowed enum values: team_links

default: team_links

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

links

\n
\n

object

\n

Links attributes.

\n
\n
\n
\n
\n
\n

related

\n
\n

string

\n

Related link.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

user_team_permissions

\n
\n

object

\n

Relationship between a user team permission and a team

\n
\n
\n
\n
\n
\n

data

\n
\n

object

\n

Related user team permission data

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The ID of the user team permission

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

User team permission type \nAllowed enum values: user_team_permissions

default: user_team_permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

links

\n
\n

object

\n

Links attributes.

\n
\n
\n
\n
\n
\n

related

\n
\n

string

\n

Related link.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Team type \nAllowed enum values: team

default: team

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data

\n
\n

object

\n

A user's relationship with a team

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Team membership attributes

\n
\n
\n
\n
\n
\n

provisioned_by

\n
\n

string

\n

The mechanism responsible for provisioning the team relationship.\nPossible values: null for added by a user, "service_account" if added by a service account, and "saml_mapping" if provisioned via SAML mapping.

\n
\n \n
\n
\n
\n
\n
\n

provisioned_by_id

\n
\n

string

\n

UUID of the User or Service Account who provisioned this team membership, or null if provisioned via SAML mapping.

\n
\n \n
\n
\n
\n
\n
\n

role

\n
\n

enum

\n

The user's role within the team \nAllowed enum values: admin

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The ID of a user's relationship with a team

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationship between membership and a user

\n
\n
\n
\n
\n
\n

team

\n
\n

object

\n

Relationship between team membership and team

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The team associated with the membership

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The ID of the team associated with the membership

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

User team team type \nAllowed enum values: team

default: team

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

user

\n
\n

object

\n

Relationship between team membership and user

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

A user's relationship with a team

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The ID of the user associated with the team

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

User team user type \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Team membership type \nAllowed enum values: team_memberships

default: team_memberships

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Resources related to the team memberships

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

A team

\n
\n
\n
\n
\n
\n

attributes [required]

\n
\n

object

\n

Team attributes

\n
\n
\n
\n
\n
\n

avatar

\n
\n

string

\n

Unicode representation of the avatar for the team, limited to a single grapheme

\n
\n \n
\n
\n
\n
\n
\n

banner

\n
\n

int64

\n

Banner selection for the team

\n
\n \n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation date of the team

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Free-form markdown description/content for the team's homepage

\n
\n \n
\n
\n
\n
\n
\n

handle [required]

\n
\n

string

\n

The team's identifier

\n
\n \n
\n
\n
\n
\n
\n

hidden_modules

\n
\n

[string]

\n

Collection of hidden modules for the team

\n
\n \n
\n
\n
\n
\n
\n

link_count

\n
\n

int32

\n

The number of links belonging to the team

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Modification date of the team

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the team

\n
\n \n
\n
\n
\n
\n
\n

summary

\n
\n

string

\n

A brief summary of the team, derived from the description

\n
\n \n
\n
\n
\n
\n
\n

user_count

\n
\n

int32

\n

The number of users belonging to the team

\n
\n \n
\n
\n
\n
\n
\n

visible_modules

\n
\n

[string]

\n

Collection of visible modules for the team

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The team's identifier

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Resources related to a team

\n
\n
\n
\n
\n
\n

team_links

\n
\n

object

\n

Relationship between a team and a team link

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Related team links

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The team link's identifier

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Team link type \nAllowed enum values: team_links

default: team_links

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

links

\n
\n

object

\n

Links attributes.

\n
\n
\n
\n
\n
\n

related

\n
\n

string

\n

Related link.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

user_team_permissions

\n
\n

object

\n

Relationship between a user team permission and a team

\n
\n
\n
\n
\n
\n

data

\n
\n

object

\n

Related user team permission data

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The ID of the user team permission

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

User team permission type \nAllowed enum values: user_team_permissions

default: user_team_permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

links

\n
\n

object

\n

Links attributes.

\n
\n
\n
\n
\n
\n

related

\n
\n

string

\n

Related link.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Team type \nAllowed enum values: team

default: team

\n
\n \n
\n
\n
\n
\n
\n
" }, "403": { "json": { @@ -1417,6 +1421,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -1462,7 +1467,7 @@ } ] }, - "html": "
\n
\n
\n
\n

data

\n
\n

object

\n

A user's relationship with a team

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Team membership attributes

\n
\n
\n
\n
\n
\n

provisioned_by

\n
\n

string

\n

The mechanism responsible for provisioning the team relationship.\nPossible values: null for added by a user, "service_account" if added by a service account, and "saml_mapping" if provisioned via SAML mapping.

\n
\n \n
\n
\n
\n
\n
\n

provisioned_by_id

\n
\n

string

\n

UUID of the User or Service Account who provisioned this team membership, or null if provisioned via SAML mapping.

\n
\n \n
\n
\n
\n
\n
\n

role

\n
\n

enum

\n

The user's role within the team \nAllowed enum values: admin

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The ID of a user's relationship with a team

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationship between membership and a user

\n
\n
\n
\n
\n
\n

team

\n
\n

object

\n

Relationship between team membership and team

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The team associated with the membership

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The ID of the team associated with the membership

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

User team team type \nAllowed enum values: team

default: team

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

user

\n
\n

object

\n

Relationship between team membership and user

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

A user's relationship with a team

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The ID of the user associated with the team

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

User team user type \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Team membership type \nAllowed enum values: team_memberships

default: team_memberships

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Resources related to the team memberships

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

A team

\n
\n
\n
\n
\n
\n

attributes [required]

\n
\n

object

\n

Team attributes

\n
\n
\n
\n
\n
\n

avatar

\n
\n

string

\n

Unicode representation of the avatar for the team, limited to a single grapheme

\n
\n \n
\n
\n
\n
\n
\n

banner

\n
\n

int64

\n

Banner selection for the team

\n
\n \n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation date of the team

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Free-form markdown description/content for the team's homepage

\n
\n \n
\n
\n
\n
\n
\n

handle [required]

\n
\n

string

\n

The team's identifier

\n
\n \n
\n
\n
\n
\n
\n

hidden_modules

\n
\n

[string]

\n

Collection of hidden modules for the team

\n
\n \n
\n
\n
\n
\n
\n

link_count

\n
\n

int32

\n

The number of links belonging to the team

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Modification date of the team

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the team

\n
\n \n
\n
\n
\n
\n
\n

summary

\n
\n

string

\n

A brief summary of the team, derived from the description

\n
\n \n
\n
\n
\n
\n
\n

user_count

\n
\n

int32

\n

The number of users belonging to the team

\n
\n \n
\n
\n
\n
\n
\n

visible_modules

\n
\n

[string]

\n

Collection of visible modules for the team

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The team's identifier

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Resources related to a team

\n
\n
\n
\n
\n
\n

team_links

\n
\n

object

\n

Relationship between a team and a team link

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Related team links

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The team link's identifier

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Team link type \nAllowed enum values: team_links

default: team_links

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

links

\n
\n

object

\n

Links attributes.

\n
\n
\n
\n
\n
\n

related

\n
\n

string

\n

Related link.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

user_team_permissions

\n
\n

object

\n

Relationship between a user team permission and a team

\n
\n
\n
\n
\n
\n

data

\n
\n

object

\n

Related user team permission data

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The ID of the user team permission

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

User team permission type \nAllowed enum values: user_team_permissions

default: user_team_permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

links

\n
\n

object

\n

Links attributes.

\n
\n
\n
\n
\n
\n

related

\n
\n

string

\n

Related link.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Team type \nAllowed enum values: team

default: team

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data

\n
\n

object

\n

A user's relationship with a team

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Team membership attributes

\n
\n
\n
\n
\n
\n

provisioned_by

\n
\n

string

\n

The mechanism responsible for provisioning the team relationship.\nPossible values: null for added by a user, "service_account" if added by a service account, and "saml_mapping" if provisioned via SAML mapping.

\n
\n \n
\n
\n
\n
\n
\n

provisioned_by_id

\n
\n

string

\n

UUID of the User or Service Account who provisioned this team membership, or null if provisioned via SAML mapping.

\n
\n \n
\n
\n
\n
\n
\n

role

\n
\n

enum

\n

The user's role within the team \nAllowed enum values: admin

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The ID of a user's relationship with a team

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationship between membership and a user

\n
\n
\n
\n
\n
\n

team

\n
\n

object

\n

Relationship between team membership and team

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The team associated with the membership

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The ID of the team associated with the membership

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

User team team type \nAllowed enum values: team

default: team

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

user

\n
\n

object

\n

Relationship between team membership and user

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

A user's relationship with a team

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The ID of the user associated with the team

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

User team user type \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Team membership type \nAllowed enum values: team_memberships

default: team_memberships

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Resources related to the team memberships

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

A team

\n
\n
\n
\n
\n
\n

attributes [required]

\n
\n

object

\n

Team attributes

\n
\n
\n
\n
\n
\n

avatar

\n
\n

string

\n

Unicode representation of the avatar for the team, limited to a single grapheme

\n
\n \n
\n
\n
\n
\n
\n

banner

\n
\n

int64

\n

Banner selection for the team

\n
\n \n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation date of the team

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Free-form markdown description/content for the team's homepage

\n
\n \n
\n
\n
\n
\n
\n

handle [required]

\n
\n

string

\n

The team's identifier

\n
\n \n
\n
\n
\n
\n
\n

hidden_modules

\n
\n

[string]

\n

Collection of hidden modules for the team

\n
\n \n
\n
\n
\n
\n
\n

link_count

\n
\n

int32

\n

The number of links belonging to the team

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Modification date of the team

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the team

\n
\n \n
\n
\n
\n
\n
\n

summary

\n
\n

string

\n

A brief summary of the team, derived from the description

\n
\n \n
\n
\n
\n
\n
\n

user_count

\n
\n

int32

\n

The number of users belonging to the team

\n
\n \n
\n
\n
\n
\n
\n

visible_modules

\n
\n

[string]

\n

Collection of visible modules for the team

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The team's identifier

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Resources related to a team

\n
\n
\n
\n
\n
\n

team_links

\n
\n

object

\n

Relationship between a team and a team link

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Related team links

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The team link's identifier

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Team link type \nAllowed enum values: team_links

default: team_links

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

links

\n
\n

object

\n

Links attributes.

\n
\n
\n
\n
\n
\n

related

\n
\n

string

\n

Related link.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

user_team_permissions

\n
\n

object

\n

Relationship between a user team permission and a team

\n
\n
\n
\n
\n
\n

data

\n
\n

object

\n

Related user team permission data

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The ID of the user team permission

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

User team permission type \nAllowed enum values: user_team_permissions

default: user_team_permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

links

\n
\n

object

\n

Links attributes.

\n
\n
\n
\n
\n
\n

related

\n
\n

string

\n

Related link.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Team type \nAllowed enum values: team

default: team

\n
\n \n
\n
\n
\n
\n
\n
" }, "403": { "json": { @@ -1654,6 +1659,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -1718,7 +1724,7 @@ } } }, - "html": "
\n
\n
\n
\n

data

\n
\n

[object]

\n

Team memberships response data

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Team membership attributes

\n
\n
\n
\n
\n
\n

provisioned_by

\n
\n

string

\n

The mechanism responsible for provisioning the team relationship.\nPossible values: null for added by a user, "service_account" if added by a service account, and "saml_mapping" if provisioned via SAML mapping.

\n
\n \n
\n
\n
\n
\n
\n

provisioned_by_id

\n
\n

string

\n

UUID of the User or Service Account who provisioned this team membership, or null if provisioned via SAML mapping.

\n
\n \n
\n
\n
\n
\n
\n

role

\n
\n

enum

\n

The user's role within the team \nAllowed enum values: admin

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The ID of a user's relationship with a team

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationship between membership and a user

\n
\n
\n
\n
\n
\n

team

\n
\n

object

\n

Relationship between team membership and team

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The team associated with the membership

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The ID of the team associated with the membership

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

User team team type \nAllowed enum values: team

default: team

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

user

\n
\n

object

\n

Relationship between team membership and user

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

A user's relationship with a team

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The ID of the user associated with the team

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

User team user type \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Team membership type \nAllowed enum values: team_memberships

default: team_memberships

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Resources related to the team memberships

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

A team

\n
\n
\n
\n
\n
\n

attributes [required]

\n
\n

object

\n

Team attributes

\n
\n
\n
\n
\n
\n

avatar

\n
\n

string

\n

Unicode representation of the avatar for the team, limited to a single grapheme

\n
\n \n
\n
\n
\n
\n
\n

banner

\n
\n

int64

\n

Banner selection for the team

\n
\n \n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation date of the team

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Free-form markdown description/content for the team's homepage

\n
\n \n
\n
\n
\n
\n
\n

handle [required]

\n
\n

string

\n

The team's identifier

\n
\n \n
\n
\n
\n
\n
\n

hidden_modules

\n
\n

[string]

\n

Collection of hidden modules for the team

\n
\n \n
\n
\n
\n
\n
\n

link_count

\n
\n

int32

\n

The number of links belonging to the team

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Modification date of the team

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the team

\n
\n \n
\n
\n
\n
\n
\n

summary

\n
\n

string

\n

A brief summary of the team, derived from the description

\n
\n \n
\n
\n
\n
\n
\n

user_count

\n
\n

int32

\n

The number of users belonging to the team

\n
\n \n
\n
\n
\n
\n
\n

visible_modules

\n
\n

[string]

\n

Collection of visible modules for the team

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The team's identifier

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Resources related to a team

\n
\n
\n
\n
\n
\n

team_links

\n
\n

object

\n

Relationship between a team and a team link

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Related team links

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The team link's identifier

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Team link type \nAllowed enum values: team_links

default: team_links

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

links

\n
\n

object

\n

Links attributes.

\n
\n
\n
\n
\n
\n

related

\n
\n

string

\n

Related link.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

user_team_permissions

\n
\n

object

\n

Relationship between a user team permission and a team

\n
\n
\n
\n
\n
\n

data

\n
\n

object

\n

Related user team permission data

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The ID of the user team permission

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

User team permission type \nAllowed enum values: user_team_permissions

default: user_team_permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

links

\n
\n

object

\n

Links attributes.

\n
\n
\n
\n
\n
\n

related

\n
\n

string

\n

Related link.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Team type \nAllowed enum values: team

default: team

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

links

\n
\n

object

\n

Teams response links.

\n
\n
\n
\n
\n
\n

first

\n
\n

string

\n

First link.

\n
\n \n
\n
\n
\n
\n
\n

last

\n
\n

string

\n

Last link.

\n
\n \n
\n
\n
\n
\n
\n

next

\n
\n

string

\n

Next link.

\n
\n \n
\n
\n
\n
\n
\n

prev

\n
\n

string

\n

Previous link.

\n
\n \n
\n
\n
\n
\n
\n

self

\n
\n

string

\n

Current link.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

meta

\n
\n

object

\n

Teams response metadata.

\n
\n
\n
\n
\n
\n

pagination

\n
\n

object

\n

Teams response metadata.

\n
\n
\n
\n
\n
\n

first_offset

\n
\n

int64

\n

The first offset.

\n
\n \n
\n
\n
\n
\n
\n

last_offset

\n
\n

int64

\n

The last offset.

\n
\n \n
\n
\n
\n
\n
\n

limit

\n
\n

int64

\n

Pagination limit.

\n
\n \n
\n
\n
\n
\n
\n

next_offset

\n
\n

int64

\n

The next offset.

\n
\n \n
\n
\n
\n
\n
\n

offset

\n
\n

int64

\n

The offset.

\n
\n \n
\n
\n
\n
\n
\n

prev_offset

\n
\n

int64

\n

The previous offset.

\n
\n \n
\n
\n
\n
\n
\n

total

\n
\n

int64

\n

Total results.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

string

\n

Offset type.

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data

\n
\n

[object]

\n

Team memberships response data

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Team membership attributes

\n
\n
\n
\n
\n
\n

provisioned_by

\n
\n

string

\n

The mechanism responsible for provisioning the team relationship.\nPossible values: null for added by a user, "service_account" if added by a service account, and "saml_mapping" if provisioned via SAML mapping.

\n
\n \n
\n
\n
\n
\n
\n

provisioned_by_id

\n
\n

string

\n

UUID of the User or Service Account who provisioned this team membership, or null if provisioned via SAML mapping.

\n
\n \n
\n
\n
\n
\n
\n

role

\n
\n

enum

\n

The user's role within the team \nAllowed enum values: admin

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The ID of a user's relationship with a team

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationship between membership and a user

\n
\n
\n
\n
\n
\n

team

\n
\n

object

\n

Relationship between team membership and team

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The team associated with the membership

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The ID of the team associated with the membership

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

User team team type \nAllowed enum values: team

default: team

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

user

\n
\n

object

\n

Relationship between team membership and user

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

A user's relationship with a team

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The ID of the user associated with the team

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

User team user type \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Team membership type \nAllowed enum values: team_memberships

default: team_memberships

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Resources related to the team memberships

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

A team

\n
\n
\n
\n
\n
\n

attributes [required]

\n
\n

object

\n

Team attributes

\n
\n
\n
\n
\n
\n

avatar

\n
\n

string

\n

Unicode representation of the avatar for the team, limited to a single grapheme

\n
\n \n
\n
\n
\n
\n
\n

banner

\n
\n

int64

\n

Banner selection for the team

\n
\n \n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation date of the team

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Free-form markdown description/content for the team's homepage

\n
\n \n
\n
\n
\n
\n
\n

handle [required]

\n
\n

string

\n

The team's identifier

\n
\n \n
\n
\n
\n
\n
\n

hidden_modules

\n
\n

[string]

\n

Collection of hidden modules for the team

\n
\n \n
\n
\n
\n
\n
\n

link_count

\n
\n

int32

\n

The number of links belonging to the team

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Modification date of the team

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the team

\n
\n \n
\n
\n
\n
\n
\n

summary

\n
\n

string

\n

A brief summary of the team, derived from the description

\n
\n \n
\n
\n
\n
\n
\n

user_count

\n
\n

int32

\n

The number of users belonging to the team

\n
\n \n
\n
\n
\n
\n
\n

visible_modules

\n
\n

[string]

\n

Collection of visible modules for the team

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The team's identifier

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Resources related to a team

\n
\n
\n
\n
\n
\n

team_links

\n
\n

object

\n

Relationship between a team and a team link

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Related team links

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The team link's identifier

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Team link type \nAllowed enum values: team_links

default: team_links

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

links

\n
\n

object

\n

Links attributes.

\n
\n
\n
\n
\n
\n

related

\n
\n

string

\n

Related link.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

user_team_permissions

\n
\n

object

\n

Relationship between a user team permission and a team

\n
\n
\n
\n
\n
\n

data

\n
\n

object

\n

Related user team permission data

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

The ID of the user team permission

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

User team permission type \nAllowed enum values: user_team_permissions

default: user_team_permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

links

\n
\n

object

\n

Links attributes.

\n
\n
\n
\n
\n
\n

related

\n
\n

string

\n

Related link.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Team type \nAllowed enum values: team

default: team

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

links

\n
\n

object

\n

Teams response links.

\n
\n
\n
\n
\n
\n

first

\n
\n

string

\n

First link.

\n
\n \n
\n
\n
\n
\n
\n

last

\n
\n

string

\n

Last link.

\n
\n \n
\n
\n
\n
\n
\n

next

\n
\n

string

\n

Next link.

\n
\n \n
\n
\n
\n
\n
\n

prev

\n
\n

string

\n

Previous link.

\n
\n \n
\n
\n
\n
\n
\n

self

\n
\n

string

\n

Current link.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

meta

\n
\n

object

\n

Teams response metadata.

\n
\n
\n
\n
\n
\n

pagination

\n
\n

object

\n

Teams response metadata.

\n
\n
\n
\n
\n
\n

first_offset

\n
\n

int64

\n

The first offset.

\n
\n \n
\n
\n
\n
\n
\n

last_offset

\n
\n

int64

\n

The last offset.

\n
\n \n
\n
\n
\n
\n
\n

limit

\n
\n

int64

\n

Pagination limit.

\n
\n \n
\n
\n
\n
\n
\n

next_offset

\n
\n

int64

\n

The next offset.

\n
\n \n
\n
\n
\n
\n
\n

offset

\n
\n

int64

\n

The offset.

\n
\n \n
\n
\n
\n
\n
\n

prev_offset

\n
\n

int64

\n

The previous offset.

\n
\n \n
\n
\n
\n
\n
\n

total

\n
\n

int64

\n

Total results.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

string

\n

Offset type.

\n
\n \n
\n
\n
\n
\n
\n
" }, "404": { "json": { diff --git a/content/en/api/v2/users/examples.json b/content/en/api/v2/users/examples.json index 83cb51375f905..daea512595e7e 100644 --- a/content/en/api/v2/users/examples.json +++ b/content/en/api/v2/users/examples.json @@ -153,6 +153,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -220,7 +221,7 @@ } } }, - "html": "
\n
\n
\n
\n

data

\n
\n

[object]

\n

Array of returned users.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the users.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

Organization object.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the organization.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the organization.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Description of the organization.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether or not the organization is disabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last organization modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the organization.

\n
\n \n
\n
\n
\n
\n
\n

public_id

\n
\n

string

\n

Public ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

sharing

\n
\n

string

\n

Sharing type of the organization.

\n
\n \n
\n
\n
\n
\n
\n

url

\n
\n

string

\n

URL of the site that this organization exists at.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Permission object.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of a permission.

\n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Creation time of the permission.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Description of the permission.

\n
\n \n
\n
\n
\n
\n
\n

display_name

\n
\n

string

\n

Displayed name for the permission.

\n
\n \n
\n
\n
\n
\n
\n

display_type

\n
\n

string

\n

Display type.

\n
\n \n
\n
\n
\n
\n
\n

group_name

\n
\n

string

\n

Name of the permission group.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the permission.

\n
\n \n
\n
\n
\n
\n
\n

restricted

\n
\n

boolean

\n

Whether or not the permission is restricted.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

Role object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the role.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the role.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last role modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

The name of the role. The name is neither unique nor a stable identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

user_count

\n
\n

int64

\n

Number of users with that role.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the role object returned by the API.

\n
\n
\n
\n
\n
\n

permissions

\n
\n

object

\n

Relationship to multiple permissions objects.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Relationships to permission objects.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

meta

\n
\n

object

\n

Object describing meta attributes of response.

\n
\n
\n
\n
\n
\n

page

\n
\n

object

\n

Pagination object.

\n
\n
\n
\n
\n
\n

total_count

\n
\n

int64

\n

Total count.

\n
\n \n
\n
\n
\n
\n
\n

total_filtered_count

\n
\n

int64

\n

Total count of elements matched by the filter.

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data

\n
\n

[object]

\n

Array of returned users.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the users.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

Organization object.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the organization.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the organization.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Description of the organization.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether or not the organization is disabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last organization modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the organization.

\n
\n \n
\n
\n
\n
\n
\n

public_id

\n
\n

string

\n

Public ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

sharing

\n
\n

string

\n

Sharing type of the organization.

\n
\n \n
\n
\n
\n
\n
\n

url

\n
\n

string

\n

URL of the site that this organization exists at.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Permission object.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of a permission.

\n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Creation time of the permission.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Description of the permission.

\n
\n \n
\n
\n
\n
\n
\n

display_name

\n
\n

string

\n

Displayed name for the permission.

\n
\n \n
\n
\n
\n
\n
\n

display_type

\n
\n

string

\n

Display type.

\n
\n \n
\n
\n
\n
\n
\n

group_name

\n
\n

string

\n

Name of the permission group.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the permission.

\n
\n \n
\n
\n
\n
\n
\n

restricted

\n
\n

boolean

\n

Whether or not the permission is restricted.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

Role object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the role.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the role.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last role modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

The name of the role. The name is neither unique nor a stable identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

user_count

\n
\n

int64

\n

Number of users with that role.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the role object returned by the API.

\n
\n
\n
\n
\n
\n

permissions

\n
\n

object

\n

Relationship to multiple permissions objects.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Relationships to permission objects.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

meta

\n
\n

object

\n

Object describing meta attributes of response.

\n
\n
\n
\n
\n
\n

page

\n
\n

object

\n

Pagination object.

\n
\n
\n
\n
\n
\n

total_count

\n
\n

int64

\n

Total count.

\n
\n \n
\n
\n
\n
\n
\n

total_filtered_count

\n
\n

int64

\n

Total count of elements matched by the filter.

\n
\n \n
\n
\n
\n
\n
\n
" }, "400": { "json": { @@ -264,6 +265,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -324,7 +326,7 @@ } ] }, - "html": "
\n
\n
\n
\n

data

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the user.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

Organization object.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the organization.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the organization.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Description of the organization.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether or not the organization is disabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last organization modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the organization.

\n
\n \n
\n
\n
\n
\n
\n

public_id

\n
\n

string

\n

Public ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

sharing

\n
\n

string

\n

Sharing type of the organization.

\n
\n \n
\n
\n
\n
\n
\n

url

\n
\n

string

\n

URL of the site that this organization exists at.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Permission object.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of a permission.

\n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Creation time of the permission.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Description of the permission.

\n
\n \n
\n
\n
\n
\n
\n

display_name

\n
\n

string

\n

Displayed name for the permission.

\n
\n \n
\n
\n
\n
\n
\n

display_type

\n
\n

string

\n

Display type.

\n
\n \n
\n
\n
\n
\n
\n

group_name

\n
\n

string

\n

Name of the permission group.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the permission.

\n
\n \n
\n
\n
\n
\n
\n

restricted

\n
\n

boolean

\n

Whether or not the permission is restricted.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

Role object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the role.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the role.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last role modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

The name of the role. The name is neither unique nor a stable identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

user_count

\n
\n

int64

\n

Number of users with that role.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the role object returned by the API.

\n
\n
\n
\n
\n
\n

permissions

\n
\n

object

\n

Relationship to multiple permissions objects.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Relationships to permission objects.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the user.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

Organization object.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the organization.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the organization.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Description of the organization.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether or not the organization is disabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last organization modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the organization.

\n
\n \n
\n
\n
\n
\n
\n

public_id

\n
\n

string

\n

Public ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

sharing

\n
\n

string

\n

Sharing type of the organization.

\n
\n \n
\n
\n
\n
\n
\n

url

\n
\n

string

\n

URL of the site that this organization exists at.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Permission object.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of a permission.

\n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Creation time of the permission.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Description of the permission.

\n
\n \n
\n
\n
\n
\n
\n

display_name

\n
\n

string

\n

Displayed name for the permission.

\n
\n \n
\n
\n
\n
\n
\n

display_type

\n
\n

string

\n

Display type.

\n
\n \n
\n
\n
\n
\n
\n

group_name

\n
\n

string

\n

Name of the permission group.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the permission.

\n
\n \n
\n
\n
\n
\n
\n

restricted

\n
\n

boolean

\n

Whether or not the permission is restricted.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

Role object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the role.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the role.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last role modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

The name of the role. The name is neither unique nor a stable identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

user_count

\n
\n

int64

\n

Number of users with that role.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the role object returned by the API.

\n
\n
\n
\n
\n
\n

permissions

\n
\n

object

\n

Relationship to multiple permissions objects.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Relationships to permission objects.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
" }, "400": { "json": { @@ -427,6 +429,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -487,7 +490,7 @@ } ] }, - "html": "
\n
\n
\n
\n

data

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the user.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

Organization object.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the organization.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the organization.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Description of the organization.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether or not the organization is disabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last organization modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the organization.

\n
\n \n
\n
\n
\n
\n
\n

public_id

\n
\n

string

\n

Public ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

sharing

\n
\n

string

\n

Sharing type of the organization.

\n
\n \n
\n
\n
\n
\n
\n

url

\n
\n

string

\n

URL of the site that this organization exists at.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Permission object.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of a permission.

\n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Creation time of the permission.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Description of the permission.

\n
\n \n
\n
\n
\n
\n
\n

display_name

\n
\n

string

\n

Displayed name for the permission.

\n
\n \n
\n
\n
\n
\n
\n

display_type

\n
\n

string

\n

Display type.

\n
\n \n
\n
\n
\n
\n
\n

group_name

\n
\n

string

\n

Name of the permission group.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the permission.

\n
\n \n
\n
\n
\n
\n
\n

restricted

\n
\n

boolean

\n

Whether or not the permission is restricted.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

Role object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the role.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the role.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last role modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

The name of the role. The name is neither unique nor a stable identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

user_count

\n
\n

int64

\n

Number of users with that role.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the role object returned by the API.

\n
\n
\n
\n
\n
\n

permissions

\n
\n

object

\n

Relationship to multiple permissions objects.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Relationships to permission objects.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the user.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

Organization object.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the organization.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the organization.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Description of the organization.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether or not the organization is disabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last organization modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the organization.

\n
\n \n
\n
\n
\n
\n
\n

public_id

\n
\n

string

\n

Public ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

sharing

\n
\n

string

\n

Sharing type of the organization.

\n
\n \n
\n
\n
\n
\n
\n

url

\n
\n

string

\n

URL of the site that this organization exists at.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Permission object.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of a permission.

\n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Creation time of the permission.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Description of the permission.

\n
\n \n
\n
\n
\n
\n
\n

display_name

\n
\n

string

\n

Displayed name for the permission.

\n
\n \n
\n
\n
\n
\n
\n

display_type

\n
\n

string

\n

Display type.

\n
\n \n
\n
\n
\n
\n
\n

group_name

\n
\n

string

\n

Name of the permission group.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the permission.

\n
\n \n
\n
\n
\n
\n
\n

restricted

\n
\n

boolean

\n

Whether or not the permission is restricted.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

Role object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the role.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the role.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last role modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

The name of the role. The name is neither unique nor a stable identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

user_count

\n
\n

int64

\n

Number of users with that role.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the role object returned by the API.

\n
\n
\n
\n
\n
\n

permissions

\n
\n

object

\n

Relationship to multiple permissions objects.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Relationships to permission objects.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
" }, "403": { "json": { @@ -531,6 +534,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -591,7 +595,7 @@ } ] }, - "html": "
\n
\n
\n
\n

data

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the user.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

Organization object.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the organization.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the organization.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Description of the organization.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether or not the organization is disabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last organization modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the organization.

\n
\n \n
\n
\n
\n
\n
\n

public_id

\n
\n

string

\n

Public ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

sharing

\n
\n

string

\n

Sharing type of the organization.

\n
\n \n
\n
\n
\n
\n
\n

url

\n
\n

string

\n

URL of the site that this organization exists at.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Permission object.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of a permission.

\n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Creation time of the permission.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Description of the permission.

\n
\n \n
\n
\n
\n
\n
\n

display_name

\n
\n

string

\n

Displayed name for the permission.

\n
\n \n
\n
\n
\n
\n
\n

display_type

\n
\n

string

\n

Display type.

\n
\n \n
\n
\n
\n
\n
\n

group_name

\n
\n

string

\n

Name of the permission group.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the permission.

\n
\n \n
\n
\n
\n
\n
\n

restricted

\n
\n

boolean

\n

Whether or not the permission is restricted.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

Role object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the role.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the role.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last role modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

The name of the role. The name is neither unique nor a stable identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

user_count

\n
\n

int64

\n

Number of users with that role.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the role object returned by the API.

\n
\n
\n
\n
\n
\n

permissions

\n
\n

object

\n

Relationship to multiple permissions objects.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Relationships to permission objects.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the user.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

Organization object.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the organization.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the organization.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Description of the organization.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether or not the organization is disabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last organization modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the organization.

\n
\n \n
\n
\n
\n
\n
\n

public_id

\n
\n

string

\n

Public ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

sharing

\n
\n

string

\n

Sharing type of the organization.

\n
\n \n
\n
\n
\n
\n
\n

url

\n
\n

string

\n

URL of the site that this organization exists at.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Permission object.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of a permission.

\n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Creation time of the permission.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Description of the permission.

\n
\n \n
\n
\n
\n
\n
\n

display_name

\n
\n

string

\n

Displayed name for the permission.

\n
\n \n
\n
\n
\n
\n
\n

display_type

\n
\n

string

\n

Display type.

\n
\n \n
\n
\n
\n
\n
\n

group_name

\n
\n

string

\n

Name of the permission group.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the permission.

\n
\n \n
\n
\n
\n
\n
\n

restricted

\n
\n

boolean

\n

Whether or not the permission is restricted.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

Role object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the role.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the role.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last role modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

The name of the role. The name is neither unique nor a stable identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

user_count

\n
\n

int64

\n

Number of users with that role.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the role object returned by the API.

\n
\n
\n
\n
\n
\n

permissions

\n
\n

object

\n

Relationship to multiple permissions objects.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Relationships to permission objects.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
" }, "400": { "json": { @@ -667,6 +671,7 @@ "email": "string", "handle": "string", "icon": "string", + "last_login_time": "2019-09-19T10:00:00.000Z", "mfa_enabled": false, "modified_at": "2019-09-19T10:00:00.000Z", "name": "string", @@ -727,7 +732,7 @@ } ] }, - "html": "
\n
\n
\n
\n

data

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the user.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

Organization object.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the organization.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the organization.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Description of the organization.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether or not the organization is disabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last organization modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the organization.

\n
\n \n
\n
\n
\n
\n
\n

public_id

\n
\n

string

\n

Public ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

sharing

\n
\n

string

\n

Sharing type of the organization.

\n
\n \n
\n
\n
\n
\n
\n

url

\n
\n

string

\n

URL of the site that this organization exists at.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Permission object.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of a permission.

\n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Creation time of the permission.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Description of the permission.

\n
\n \n
\n
\n
\n
\n
\n

display_name

\n
\n

string

\n

Displayed name for the permission.

\n
\n \n
\n
\n
\n
\n
\n

display_type

\n
\n

string

\n

Display type.

\n
\n \n
\n
\n
\n
\n
\n

group_name

\n
\n

string

\n

Name of the permission group.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the permission.

\n
\n \n
\n
\n
\n
\n
\n

restricted

\n
\n

boolean

\n

Whether or not the permission is restricted.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

Role object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the role.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the role.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last role modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

The name of the role. The name is neither unique nor a stable identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

user_count

\n
\n

int64

\n

Number of users with that role.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the role object returned by the API.

\n
\n
\n
\n
\n
\n

permissions

\n
\n

object

\n

Relationship to multiple permissions objects.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Relationships to permission objects.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data

\n
\n

object

\n

User object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of user object returned by the API.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the user.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether the user is disabled.

\n
\n \n
\n
\n
\n
\n
\n

email

\n
\n

string

\n

Email of the user.

\n
\n \n
\n
\n
\n
\n
\n

handle

\n
\n

string

\n

Handle of the user.

\n
\n \n
\n
\n
\n
\n
\n

icon

\n
\n

string

\n

URL of the user's icon.

\n
\n \n
\n
\n
\n
\n
\n

last_login_time

\n
\n

date-time

\n

The last time the user logged in.

\n
\n \n
\n
\n
\n
\n
\n

mfa_enabled

\n
\n

boolean

\n

If user has MFA enabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time that the user was last modified.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the user.

\n
\n \n
\n
\n
\n
\n
\n

service_account

\n
\n

boolean

\n

Whether the user is a service account.

\n
\n \n
\n
\n
\n
\n
\n

status

\n
\n

string

\n

Status of the user.

\n
\n \n
\n
\n
\n
\n
\n

title

\n
\n

string

\n

Title of the user.

\n
\n \n
\n
\n
\n
\n
\n

verified

\n
\n

boolean

\n

Whether the user is verified.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the user.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the user object returned by the API.

\n
\n
\n
\n
\n
\n

org

\n
\n

object

\n

Relationship to an organization.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Relationship to organization object.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_orgs

\n
\n

object

\n

Relationship to organizations.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to organization objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

other_users

\n
\n

object

\n

Relationship to users.

\n
\n
\n
\n
\n
\n

data [required]

\n
\n

[object]

\n

Relationships to user objects.

\n
\n
\n
\n
\n
\n

id [required]

\n
\n

string

\n

A unique identifier that represents the user.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

roles

\n
\n

object

\n

Relationship to roles.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

An array containing type and the unique identifier of a role.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Users resource type. \nAllowed enum values: users

default: users

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

included

\n
\n

[ <oneOf>]

\n

Array of objects related to the user.

\n
\n
\n
\n
\n
\n

Option 1

\n
\n

object

\n

Organization object.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the organization.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the organization.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Description of the organization.

\n
\n \n
\n
\n
\n
\n
\n

disabled

\n
\n

boolean

\n

Whether or not the organization is disabled.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last organization modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the organization.

\n
\n \n
\n
\n
\n
\n
\n

public_id

\n
\n

string

\n

Public ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

sharing

\n
\n

string

\n

Sharing type of the organization.

\n
\n \n
\n
\n
\n
\n
\n

url

\n
\n

string

\n

URL of the site that this organization exists at.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the organization.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Organizations resource type. \nAllowed enum values: orgs

default: orgs

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 2

\n
\n

object

\n

Permission object.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of a permission.

\n
\n
\n
\n
\n
\n

created

\n
\n

date-time

\n

Creation time of the permission.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Description of the permission.

\n
\n \n
\n
\n
\n
\n
\n

display_name

\n
\n

string

\n

Displayed name for the permission.

\n
\n \n
\n
\n
\n
\n
\n

display_type

\n
\n

string

\n

Display type.

\n
\n \n
\n
\n
\n
\n
\n

group_name

\n
\n

string

\n

Name of the permission group.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

Name of the permission.

\n
\n \n
\n
\n
\n
\n
\n

restricted

\n
\n

boolean

\n

Whether or not the permission is restricted.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

Option 3

\n
\n

object

\n

Role object returned by the API.

\n
\n
\n
\n
\n
\n

attributes

\n
\n

object

\n

Attributes of the role.

\n
\n
\n
\n
\n
\n

created_at

\n
\n

date-time

\n

Creation time of the role.

\n
\n \n
\n
\n
\n
\n
\n

modified_at

\n
\n

date-time

\n

Time of last role modification.

\n
\n \n
\n
\n
\n
\n
\n

name

\n
\n

string

\n

The name of the role. The name is neither unique nor a stable identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

user_count

\n
\n

int64

\n

Number of users with that role.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

The unique identifier of the role.

\n
\n \n
\n
\n
\n
\n
\n

relationships

\n
\n

object

\n

Relationships of the role object returned by the API.

\n
\n
\n
\n
\n
\n

permissions

\n
\n

object

\n

Relationship to multiple permissions objects.

\n
\n
\n
\n
\n
\n

data

\n
\n

[object]

\n

Relationships to permission objects.

\n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

ID of the permission.

\n
\n \n
\n
\n
\n
\n
\n

type

\n
\n

enum

\n

Permissions resource type. \nAllowed enum values: permissions

default: permissions

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Roles type. \nAllowed enum values: roles

default: roles

\n
\n \n
\n
\n
\n
\n
\n
" }, "403": { "json": { diff --git a/data/api/v2/full_spec.yaml b/data/api/v2/full_spec.yaml index 559304686c869..768d66d14d08e 100644 --- a/data/api/v2/full_spec.yaml +++ b/data/api/v2/full_spec.yaml @@ -51392,6 +51392,12 @@ components: icon: description: URL of the user's icon. type: string + last_login_time: + description: The last time the user logged in. + format: date-time + nullable: true + readOnly: true + type: string mfa_enabled: description: If user has MFA enabled. readOnly: true diff --git a/data/api/v2/full_spec_deref.json b/data/api/v2/full_spec_deref.json index 234280c801709..fb3dacbabc7a1 100644 --- a/data/api/v2/full_spec_deref.json +++ b/data/api/v2/full_spec_deref.json @@ -3115,6 +3115,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -3428,6 +3435,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -4044,6 +4058,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -20976,6 +20997,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -21387,6 +21415,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -99386,6 +99421,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -100257,6 +100299,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -142600,6 +142649,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -143104,6 +143160,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -143370,6 +143433,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -146663,6 +146733,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -147830,6 +147907,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -148393,6 +148477,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -149083,6 +149174,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -150122,6 +150220,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -151537,6 +151642,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -153144,6 +153256,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -153883,6 +154002,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -154701,6 +154827,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -164010,6 +164143,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -164493,6 +164633,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -165353,6 +165500,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -165937,6 +166091,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -166416,6 +166577,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -167271,6 +167439,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -168434,6 +168609,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -169294,6 +169476,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -169775,6 +169964,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -182499,6 +182695,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -184419,6 +184622,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -198204,6 +198414,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -216188,6 +216405,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -216776,6 +217000,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -217175,6 +217406,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -268309,6 +268547,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -272469,6 +272714,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -352578,6 +352830,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -353465,6 +353724,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -354145,6 +354411,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -358118,6 +358391,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -382827,6 +383107,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -383077,6 +383364,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -384006,6 +384300,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -385239,6 +385540,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -386153,6 +386461,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -386947,6 +387262,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -387683,6 +388005,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -413015,6 +413344,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -413696,6 +414032,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -414455,6 +414798,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -415134,6 +415484,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -426382,6 +426739,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -427232,6 +427596,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -428004,6 +428375,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -466901,6 +467279,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -467681,6 +468066,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -468489,6 +468881,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -469233,6 +469632,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -475114,6 +475520,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -476097,6 +476510,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -477026,6 +477446,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -478055,6 +478482,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -488322,6 +488756,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -489781,6 +490222,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -491240,6 +491688,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -492700,6 +493155,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -493841,6 +494303,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -494890,6 +495359,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -496049,6 +496525,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -497058,6 +497541,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -504970,6 +505460,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -505822,6 +506319,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -507841,6 +508345,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -508854,6 +509365,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -509840,6 +510358,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -510825,6 +511350,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -511502,6 +512034,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -512351,6 +512890,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -513260,6 +513806,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -514087,6 +514640,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -548318,6 +548878,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -549040,6 +549607,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -549773,6 +550347,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -550540,6 +551121,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -563278,6 +563866,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -569686,6 +570281,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -570811,6 +571413,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -571649,6 +572258,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -572726,6 +573342,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -623236,6 +623859,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -623965,6 +624595,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -624662,6 +625299,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -676359,6 +677003,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -677216,6 +677867,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -678008,6 +678666,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -678839,6 +679504,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -679585,6 +680257,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -680346,6 +681025,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -681101,6 +681787,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -686532,6 +687225,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -687272,6 +687972,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -698582,6 +699289,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -700168,6 +700882,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -703530,6 +704251,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -704528,6 +705256,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -705561,6 +706296,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -706939,6 +707681,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -707690,6 +708439,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -708510,6 +709266,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -709246,6 +710009,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -713105,6 +713875,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -713863,6 +714640,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -714644,6 +715428,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -715338,6 +716129,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -716029,6 +716827,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -717014,6 +717819,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, diff --git a/static/resources/json/full_spec_v2.json b/static/resources/json/full_spec_v2.json index 234280c801709..fb3dacbabc7a1 100644 --- a/static/resources/json/full_spec_v2.json +++ b/static/resources/json/full_spec_v2.json @@ -3115,6 +3115,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -3428,6 +3435,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -4044,6 +4058,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -20976,6 +20997,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -21387,6 +21415,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -99386,6 +99421,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -100257,6 +100299,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -142600,6 +142649,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -143104,6 +143160,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -143370,6 +143433,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -146663,6 +146733,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -147830,6 +147907,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -148393,6 +148477,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -149083,6 +149174,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -150122,6 +150220,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -151537,6 +151642,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -153144,6 +153256,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -153883,6 +154002,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -154701,6 +154827,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -164010,6 +164143,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -164493,6 +164633,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -165353,6 +165500,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -165937,6 +166091,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -166416,6 +166577,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -167271,6 +167439,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -168434,6 +168609,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -169294,6 +169476,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -169775,6 +169964,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -182499,6 +182695,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -184419,6 +184622,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -198204,6 +198414,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -216188,6 +216405,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -216776,6 +217000,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -217175,6 +217406,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -268309,6 +268547,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -272469,6 +272714,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -352578,6 +352830,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -353465,6 +353724,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -354145,6 +354411,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -358118,6 +358391,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -382827,6 +383107,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -383077,6 +383364,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -384006,6 +384300,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -385239,6 +385540,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -386153,6 +386461,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -386947,6 +387262,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -387683,6 +388005,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -413015,6 +413344,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -413696,6 +414032,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -414455,6 +414798,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -415134,6 +415484,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -426382,6 +426739,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -427232,6 +427596,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -428004,6 +428375,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -466901,6 +467279,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -467681,6 +468066,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -468489,6 +468881,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -469233,6 +469632,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -475114,6 +475520,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -476097,6 +476510,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -477026,6 +477446,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -478055,6 +478482,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -488322,6 +488756,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -489781,6 +490222,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -491240,6 +491688,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -492700,6 +493155,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -493841,6 +494303,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -494890,6 +495359,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -496049,6 +496525,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -497058,6 +497541,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -504970,6 +505460,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -505822,6 +506319,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -507841,6 +508345,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -508854,6 +509365,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -509840,6 +510358,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -510825,6 +511350,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -511502,6 +512034,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -512351,6 +512890,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -513260,6 +513806,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -514087,6 +514640,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -548318,6 +548878,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -549040,6 +549607,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -549773,6 +550347,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -550540,6 +551121,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -563278,6 +563866,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -569686,6 +570281,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -570811,6 +571413,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -571649,6 +572258,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -572726,6 +573342,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -623236,6 +623859,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -623965,6 +624595,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -624662,6 +625299,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -676359,6 +677003,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -677216,6 +677867,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -678008,6 +678666,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -678839,6 +679504,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -679585,6 +680257,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -680346,6 +681025,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -681101,6 +681787,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -686532,6 +687225,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -687272,6 +687972,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -698582,6 +699289,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -700168,6 +700882,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -703530,6 +704251,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -704528,6 +705256,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -705561,6 +706296,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -706939,6 +707681,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -707690,6 +708439,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -708510,6 +709266,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -709246,6 +710009,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -713105,6 +713875,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -713863,6 +714640,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -714644,6 +715428,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -715338,6 +716129,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -716029,6 +716827,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true, @@ -717014,6 +717819,13 @@ "description": "URL of the user's icon.", "type": "string" }, + "last_login_time": { + "description": "The last time the user logged in.", + "format": "date-time", + "nullable": true, + "readOnly": true, + "type": "string" + }, "mfa_enabled": { "description": "If user has MFA enabled.", "readOnly": true,