v1

latestOpenAPI 3.0.32026-07-17542197.8 KB
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/{id}/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