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.
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?