Skip to main content
PUT
Replace a SCIM user

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Path Parameters

orgSlug
string
required

The organization slug that scopes the SCIM tenant.

id
string
required

The Orbit user id of the SCIM User resource.

Body

application/scim+json
userName
string
required
schemas
string[]
name
object
displayName
string
emails
object[]
active
boolean
externalId
string

Response

200 - application/scim+json

The updated SCIM User resource.

schemas
string[]
id
string
userName
string
name
object
emails
object[]
displayName
string
active
boolean
meta
object