cURL
curl --request POST \ --url https://us.infisical.com/api/v1/sub-organizations/{subOrgId}/memberships \ --header 'Authorization: Bearer <token>'
{ "organization": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "slug": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "parentOrgId": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } }
Join a sub organization
An access token in Infisical
The id of the sub organization to create a membership in.
Default Response
Show child attributes
Was this page helpful?