Skip to content

datadog update-user

Edit a user

Description

Edit a user

Synopsis

datadog update-user
    [--site <site>]
    [--disabled]
    [--email <email>]
    [--name <name>]
    <user>

Arguments

site - (string)

     Site where this command will be executed
     Example: --site "site-1"
     Default: input.site      Attributes: optional

disabled - (bool)

     If the user is enabled or disabled
     Example: --disabled
     Default: _None_      Attributes: optional

email - (string)

     The email of the user
     Example: --email "email-1"
     Default: _None_      Attributes: optional

name - (string)

     The name of the user
     Example: --name "name-1"
     Default: _None_      Attributes: optional

user - (string)

     ID of the user
     Example: "user-1"
     Default: _None_      Attributes: required

Examples

Input:

!datadog update-user  "f8d63f4b-a721-4592-b999-9f7197a222d5" --name "puchki"
Output:

Access Control

To use this command, you need access to the following:

Field Value
Action "update"
Service Type "datadog"
Service Instance
Namespace
Object Type "user"
Object ID user

Please see Access Control for details.