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
OAuth apps require the user_access_invite, user_access_manage authorization scope to access this endpoint.
引数
クエリ文字列
名前
種類
説明
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
OAuth apps require the user_access_invite, user_access_manage authorization scope to access this endpoint.
引数
クエリ文字列
名前
種類
説明
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>.
An identifier for the resource as defined by the provisioning client.
id
string
The identifier of the resource. Not required when creating a group.
members
[object]
A list of members belonging to the team.
$ref
string
The URI corresponding to a resource that is a member of this group.
display
string
Full name of the user.
type
string
A label indicating the type of resource. Only supported value is "User".
value
string
The identifier of the member of this group.
meta
object
Metadata associated with a group.
created
date-time
The date and time the group was created.
lastModified
date-time
The date and time the group was last changed.
location
string
URL identifying the resource.
resourceType
string
Type of resource.
schemas
[string]
Group JSON Schemas.
itemsPerPage
int64
Number of groups returned per page.
schemas
[string]
List response JSON Schemas.
startIndex
int64
Starting index of the groups for this page (1-indexed).
totalResults
int64
Total number of groups matching the request criteria.
{"Resources":[{"displayName":"My test group","externalId":"346af543-e5ab-4855-937d-133231cd59ed","id":"0e80d350-9519-4771-9aa8-ce849fc36c20","members":[{"$ref":"https://app.datadoghq.com/api/scim/v2/Users/429ebce5-8ed3-4da9-9f1e-662f2dbc2fe6","display":"John Doe","type":"User","value":"429ebce5-8ed3-4da9-9f1e-662f2dbc2fe6"}],"meta":{"created":"2024-10-17T12:53:35.793Z","lastModified":"2024-10-19T12:53:35.793Z","location":"https://app.datadoghq.com/api/scim/v2/Groups/429ebce5-8ed3-4da9-9f1e-662f2dbc2fe6","resourceType":"Group"},"schemas":["urn:ietf:params:scim:schemas:core:2.0:Group"]}],"itemsPerPage":"integer","schemas":["urn:ietf:params:scim:api:messages:2.0:ListResponse"],"startIndex":"integer","totalResults":"integer"}