users
Overview
Name | users |
Type | Resource |
Id | datadog.users.users |
Fields
Name | Datatype | Description |
---|---|---|
id | string | ID of the user. |
attributes | object | Attributes of user object returned by the API. |
relationships | object | Relationships of the user object returned by the API. |
type | string | Users resource type. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get_user | SELECT | user_id, dd_site | Get a user in the organization specified by the user’s user_id . |
list_users | SELECT | dd_site | Get the list of all users in the organization. This list includes all users even if they are deactivated or unverified. |
create_user | INSERT | data__data, dd_site | Create a user for your organization. |
_get_user | EXEC | user_id, dd_site | Get a user in the organization specified by the user’s user_id . |
_list_users | EXEC | dd_site | Get the list of all users in the organization. This list includes all users even if they are deactivated or unverified. |
disable_user | EXEC | user_id, dd_site | Disable a user. Can only be used with an application key belonging to an administrator user. |
update_user | EXEC | user_id, data__data, dd_site | Edit a user. Can only be used with an application key belonging to an administrator user. |