v1

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-0318386446.4 KB

Add Organization Member

Add a member to an organization.

This endpoint adds a member to the specified organization with the provided permission. The member will be added with the specified permission level.

post/api/v2/orgs/{org}/members/{member}

Path parameters

orgstring required
memberstring required

Headers

authorizationstring nullable

Cookies

modaic_sessionstring nullable

Request body

permission'read' | 'write' | 'admin' | 'owner' required

Response

Successful Response

{"stackTrail":"paths:/api/v2/orgs/{org}/members/{member}:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}