Datadog Users

Get user by ID

Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

Get a user in the organization specified by the user’s user_id.

Inputs

Champ

Type

Description

user_id [required]

string

The ID of the user.

Outputs

Expand All

Champ

Type

Description

id

string

attributes

object

name

string

Name of the user.

handle

string

Handle of the user.

created_at

date-time

Creation time of the user.

modified_at

date-time

Time that the user was last modified.

email

string

Email of the user.

icon

string

URL of the user's icon.

title

string

Title of the user.

verified

boolean

Whether the user is verified.

disabled

boolean

Whether the user is disabled.

status

string

Status of the user.

service_account

boolean

Whether the user is a service account.

url

string