Scim Tokens (org/v2)
Create a Scim Token
Make a request to create a scim token.
post/org/v2/scim-tokens
Request body
Example request
{
"expire_duration_mins": 259200
}Response
A Scim Token was created.
Example response
{
"id": "dlz-f3a90de",
"metadata": {
"self": "https://api.confluent.cloud/org/v2/scim-tokens/st-12345",
"resource_name": "crn://confluent.cloud/organization=9bb441c4-edef-46ac-8a41-c49e44a3fd9a/scim-token=st-12345",
"created_at": "2006-01-02T15:04:05-07:00",
"updated_at": "2006-01-02T15:04:05-07:00",
"deleted_at": "2006-01-02T15:04:05-07:00"
},
"connection_name": "test-connection",
"token": "cflt-scim_eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
"created_at": "2026-04-16T10:00:00Z",
"expires_at": "2026-10-16T10:00:00Z"
}Changes
Changed in 1 of the 4 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○