Britive platform release 2026.03.01 is now live in production.

Create a token used for SCIM provisioning of users and groups

Prev Next
Post
/api/identity-providers/{id}/scim-token

When this token is created, the old token associated with the identity provider is removed. An identity provider can have only one token at any given time. The generated token is returned only once.

Security
HTTP
Type bearer
Path parameters
id
stringRequired
Body parameters
object
tokenExpirationDays
integer
Responses
201

Created

object
id
string
name
string
expiresOn
string (date-time)
createdOn
string (date-time)
type
string
Valid values[ "DEFAULT", "SCIM", "ServiceIdentity" ]
tokenExpirationDays
integer (int32)

Any value between 1 and 90 days.

status
string
Valid values[ "Active", "Inactive" ]
lastAccessed
string (date-time)
assignedTo
string
token
string
createdBy
string