Remove a User from an Organization
DELETE/user-svc/organization/:organizationId/user/:userId
Allows an authorized user to add another user to a specific organization. The user will be assigned a specific role within the organization.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
User added successfully
Invalid JSON
Unauthorized
Forbidden
Organization/User not found
Internal Server Error