AddOrganizationMember
POST/api/v1/organizations/:organization_id/members
Adds a user to an organization.
You can specify the user by either user_id or email (at least one is required).
Only one owner is allowed per organization.
Requires WRITE permission on the organization level.
Request
Responses
- 201
- 400
- 401
- 403
- 404
Document created, URL follows
Response Headers
Bad request syntax or unsupported method
No permission -- see authorization schemes
Request forbidden -- authorization will not help
Nothing matches the given URI