cURL
curl --request GET \ --url https://api.traxes.io/connect/v1/offboarding/entities/{offboardingRequestId} \ --header 'Authorization: Bearer <token>'
{ "data": { "components": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ], "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }, "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "principalId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "Canceled" }
Returns a specific Offboarding Request
Access Token Authentication
The id of the Offboarding Request
OK
An Offboarding Request
Represents an entity in the offboarding process.
Show child attributes
The id of the Principal that initiated the Offboarding Request
Canceled
Failed
Pending
Succeeded
Was this page helpful?