Add user to organization
POST/api/v1/organizations/addmember
Add a user to an organization with specified role
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
- 429
- 500
User added to organization successfully
Invalid request parameters
Missing or invalid API key
User does not have permission to add users to this organization
Organization or user not found
User is already a member of this organization
Rate limit exceeded
Internal server error