Update an Unmanaged User Identity

Updates an unmanaged user identity to make it managed.

This endpoint can only be used to convert unmanaged user identities to managed ones by setting is_managed to true. It cannot be used to convert managed user identities back to unmanaged.

Authentication Methods
  • API key

  • Client session token

  • Personal access token Must also include the seam-workspace header in the request.

To learn more, see Authentication.

Request Parameters

is_managed Boolean (Required)

Must be set to true to convert the unmanaged user identity to managed.


user_identity_id String (Required)

ID of the unmanaged user identity that you want to update.


user_identity_key String

Unique key for the user identity. If not provided, the existing key will be preserved.


Response

void

Last updated

Was this helpful?