Join an organization
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$Responses
204
Successfully joined the organization
No content
400
User's email domain is not valid
application/json
404
Organization not found
application/json
post/orgs/{organizationId}/join
POST /v1/orgs/{organizationId}/join HTTP/1.1
Host: api.gitbook.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
No content
Last updated
Was this helpful?