Company User

Accept a company invitation

Accept a company invitation

post/api/v1/company-user/accept

Request body

hashstring required

Hash from the invitation link.

passwordstring required

Example request

{
  "hash": "abc123def456",
  "password": "new_secure_password"
}

Response

Successful Response

access_tokenstring required
refresh_tokenstring required

Example response

{
  "access_token": "eyJasdasd",
  "refresh_token": "eyJasdasdasd"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.