cURL
curl --request GET \ --url https://prd.der-connect.eliagroup.eu/api/v1/offboarding/entities \ --header 'Authorization: Bearer <token>'
{ "data": [ { "data": { "collectiveId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "entityId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "tenantId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }, "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "principalId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "requestType": "<string>", "status": "<string>" } ], "links": { "next": "<string>" }, "meta": { "continuationToken": "<string>", "pageSize": 123 } }
Returns a list of all Offboarding Requests available to the authenticated user.
Access Token Authentication
The number of Offboarding Requests per page
The token used to retrieve the next page
OK
A page of Offboarding Requests
Was this page helpful?