Login links generated for a person to access features within the self service system
Generate a Self-Service login link
Creates a SelfServiceLoginLink
object |
Self-Service Login URL Created
Bad Request
Unauthorized - Authorization Required
Unprocessable Entity
General Error
{- "data": {
- "type": "selfServiceLoginLinks",
- "relationships": {
- "person": {
- "data": {
- "type": "people",
- "id": "6a7e9e39-eddc-4b14-b01a-2e4be9a0be72"
}
}, - "featureMenuItem": {
- "data": {
- "type": "selfServiceFeatureMenuItems",
- "id": "54"
}
}
}
}
}
{- "data": {
- "0": {
- "id": "a0bc1ba8-063e-c1fd-3e8f-6b5951f33e03"
}, - "type": "selfServiceLoginLinks",
- "attributes": {
}, - "relationships": {
- "person": {
- "links": {
}
}, - "featureMenuItem": {
- "links": {
}
}
}, - "id": "a0bc1ba8-063e-c1fd-3e8f-6b5951f33e03"
}
}
Generate a Self-Service login link using customer provided employment ID
Self-Service Login URL Created
Bad Request
Unauthorized - Authorization Required
Unprocessable Entity
General Error
{- "data": {
- "type": "selfServiceLoginLinks",
- "relationships": {
- "featureMenuItem": {
- "data": {
- "type": "selfServiceFeatureMenuItems",
- "id": "54"
}
}
}
}
}
{- "data": {
- "0": {
- "id": "a0bc1ba8-063e-c1fd-3e8f-6b5951f33e03"
}, - "type": "selfServiceLoginLinks",
- "attributes": {
}, - "relationships": {
- "person": {
- "links": {
}
}, - "featureMenuItem": {
- "links": {
}
}
}, - "id": "a0bc1ba8-063e-c1fd-3e8f-6b5951f33e03"
}
}