Unmanaged
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.
POST
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Must be set to true to convert the unmanaged user identity to managed.
Available options:
true ID of the unmanaged user identity that you want to update.
Unique key for the user identity. If not provided, the existing key will be preserved.
Response
OK

