Identity management endpoints
Request tokenization of user identity
Request tokenization of user identity
post/user/identity
Headers
Authorizationstring required
The JWT access token that authorizes the request
x-auth-subjectstring required
The user identity associated with request for tokenization
Response
Successful request to tokenize the identity
Example response
{
"account": "user123xyz",
"domain": "22aba33b5d41558729dd176c8727239577562ccd1a939ca8931957b352c8342d.crypto",
"status": "ready"
}