Put Scim V 2 Users User Id

Updates an existing user into the linked organization via SCIM. See https://datatracker.ietf.org/doc/html/rfc7644#section-3.3

Authentication

AuthorizationBearer
Bearer token authentication

Path parameters

userIdstringRequired

Request

This endpoint expects an object.
userNamestringRequired
externalIdstring or nullOptional
nameobject or nullOptional
emailslist of any or nullOptional

Response

SCIM user resource
idstring
metaobject
userNamestring
nameobject
displayNamestring
activeboolean
emailslist of objects
schemaslist of strings

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error