Company User
Accept a company invitation
Accept a company invitation
post/api/v1/company-user/accept
Request body
Example request
{
"hash": "abc123def456",
"password": "new_secure_password"
}Response
Successful Response
Example response
{
"access_token": "eyJasdasd",
"refresh_token": "eyJasdasdasd"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.