Organization
User

Accept organization invitation

Accept an invitation to join an organization using an invitation token. If the user is pending, they will be activated.

post/v1/organizations/{organizationRef}/members/accept

Request body

tokenstring required

Invitation token from the invitation email

passwordstring password

Password for the account (required if user is pending)

Example request

{
  "token": "tDCVsHnzeOj278GIT85xU0s_"
}

Response

OK

Changes

No recorded changes to this endpoint across all 24 revisions of this API.