Invite Existing User as Employee
POST/public-api/v1/employees/invites/existing
EndPoint Description : Invites an existing user into employee groups for the authenticated organization. Mirrors native add-group behavior (create invite, invite-groups, attestation task).
Details :
- Requires an existing Employee ledger for the user in the org.
- ChainIT PayRoll group is not supported on this M2M endpoint.
Request
Responses
- 200
- 201
- 401
- 500
Employee invite added successfully
Unauthorized – Invalid or missing token.
Internal Server Error