Skip to main content
POST
/
user_identities
/
unmanaged
/
update
{
  "ok": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
is_managed
enum<boolean>
required

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

Available options:
true
user_identity_id
string<uuid>
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

OK

ok
boolean
required