Support

Update the onboarding status for a user

PATCH /onboarding/{userId}/status

Parameters

userId string Required path
The unique ID of a user. Same as the id field returned by GET /users/me (or by any list endpoint under /users). Log in first, call /users/me, copy id.
status enum Required
No description.
Possible values: pendingcompletedapprovedrejected
x-tenant-id string Required header
Tenant identifier. Required on all tenant-scoped routes.
More parameters Expand all
rejectionReason string
No description.