Datadog Users

Search users

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.

Search users in the organization.

Inputs

Champ

Type

Description

filter

string

Filter all users by the given string. You can filter by name, or email address. If no filter is provided, all users are returned.

page_size

number

The number of users to return.

default: 10

status

enum

Status of the user. Allowed enum values: Active,Pending,Disabled

Outputs

Expand All

Champ

Type

Description

users [required]

[object]

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