users
Create an openid-identity based on the specified User Id
You need tenants.oidc.create permission to access resource
post/users/{user_id}/openid/identities
Path parameters
user_idstring required
User identifier
Request body
Example request
{
"data": {
"attributes": {
"iss": "http://example.com",
"sub": "user-identification"
}
}
}Response
Created
Changes
No recorded changes to this endpoint across all 1 revision of this API.