Skip to main content

users

Overview

Nameusers
TypeResource
Iddatadog.users.users

Fields

NameDatatypeDescription
idstringID of the user.
attributesobjectAttributes of user object returned by the API.
relationshipsobjectRelationships of the user object returned by the API.
typestringUsers resource type.

Methods

NameAccessible byRequired ParamsDescription
get_userSELECTuser_id, dd_siteGet a user in the organization specified by the user’s user_id.
list_usersSELECTdd_siteGet the list of all users in the organization. This list includes
all users even if they are deactivated or unverified.
create_userINSERTdata__data, dd_siteCreate a user for your organization.
_get_userEXECuser_id, dd_siteGet a user in the organization specified by the user’s user_id.
_list_usersEXECdd_siteGet the list of all users in the organization. This list includes
all users even if they are deactivated or unverified.
disable_userEXECuser_id, dd_siteDisable a user. Can only be used with an application key belonging
to an administrator user.
update_userEXECuser_id, data__data, dd_siteEdit a user. Can only be used with an application key belonging
to an administrator user.