Provision Datadog users and teams using SCIM APIs.
Note: SCIM provisioning for Datadog teams is only available for select organizations at this point. Request access by contacting Datadog support, or see the SCIM page for more information.
List users in the organization.
Results are paginated by startIndex and count parameters.
Results can be narrowed down by the filter parameter.
This endpoint requires
all
of the following permissions:
user_access_invite
user_access_manage
引数
クエリ文字列
名前
種類
説明
startIndex
integer
Specifies the start index to fetch the results (1-indexed).
count
integer
Specifies the number of users to be returned.
filter
string
Specifies the url encoded filter to use to narrow down the results.
Filter should be of the form userName eq <user name>.
List groups in the organization.
Results are paginated by startIndex and count parameters.
Results can be narrowed down by the filter parameter.
This endpoint requires
all
of the following permissions:
user_access_invite
user_access_manage
引数
クエリ文字列
名前
種類
説明
startIndex
integer
Specifies the start index to fetch the results (1-indexed).
count
integer
Specifies the number of groups to be returned.
filter
string
Specifies the url encoded filter to use to narrow down the results.
Filters can be in the form of displayName eq <group name> or externalId eq <external id of group>
or id eq <group id> and members eq <user uuid> or members eq <user uuid> and id eq <group id>.