v16

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-075922107.5 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