role_users
Overview
Name | role_users |
Type | Resource |
Id | datadog.roles.role_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 |
---|---|---|---|
list_role_users | SELECT | role_id, dd_site | Gets all users of a role. |
remove_user_from_role | DELETE | role_id, data__data, dd_site | Removes a user from a role. |
_list_role_users | EXEC | role_id, dd_site | Gets all users of a role. |
add_user_to_role | EXEC | role_id, data__data, dd_site | Adds a user to a role. |