Description | : Create a new identity, and optionally, an access token. |
Reference | : Link ¶ |
⚼ Request
POST:
/identities
{
api-version:
string
,
body:
}
{
,
createTokenWithScopes:
[
,
string
,
]
expiresInMinutes:
integer
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
innererror:
string
,
}
⚐ Response (201)
{
identity:
{
,
id:
string
,
}
accessToken:
}
{
,
token:
string
,
expiresOn:
string
,
}