Save Membership
PUT/user-svc/organization/:organizationId/user/:userId
Adds a user to an organization by saving a Membership.
Also issues the corresponding Enroll, which grants the
user their dynamic organization role (e.g. user-svc:org:{org_123}:user
).
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
User added successfully
Invalid JSON
Unauthorized
Forbidden
Organization/User not found
Internal Server Error