Create a Self-Service user from the provided Person
Specify the person (People ID) to create the Self-Service user for
object |
SelfService
Bad Request
Unauthorized - Authorization Required
Unprocessable Entity
General Error
{- "data": {
- "type": "selfServiceUsers",
- "relationships": {
- "person": {
- "data": {
- "id": "6a7e9e39-eddc-4b14-b01a-2e4be9a0be72",
- "type": "people"
}
}
}
}
}
{- "data": {
- "0": {
- "id": "a0bc1ba8-063e-c1fd-3e8f-6b5951f33e03"
}, - "type": "selfServiceUsers",
- "relationships": {
- "person": {
- "links": {
}
}
}, - "id": "a0bc1ba8-063e-c1fd-3e8f-6b5951f33e03"
}
}