Skip to main content

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

Path Parameters

    organizationId stringrequired

    Organization ID

    userId stringrequired

    User ID

Body

Add User to Organization Request

    object

Responses

User added successfully

Schema

    object

Loading...