Skip to main content

Add a User to an Organization

POST 

/user-svc/organization/:organizationId/user

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

Body

required

Add User to Organization Request

    userId string

Responses

User added successfully

Schema

    object

Loading...