Update I9 Status
PATCH /admin/users/{userId}/employee
PATCH
/admin/users/{userId}/employee
Updates the I9 status for a professional user by admin
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” userId
required
string
User ID
Request Body
Section titled “Request Body ”I9 Status Update Payload
object
i9
required
object
status
required
string
Responses
Section titled “ Responses ”No Content - Status updated successfully
Bad request - Invalid I9 status
object
error
string
some meaningful error messageUnauthorized
object
error
string
some meaningful error messageForbidden - Available for privileged admin only
object
error
string
some meaningful error messageNot found - No active onboarding found
object
error
string
some meaningful error messageInternal server error
object
error
string
some meaningful error message