Skip to main content

Add a user to organization

POST 

/api/v1/organizations/adduser

Add user to organization

Request

Header Parameters

    X-API-KEY stringrequired

    API Key

Body

required

Add User to Organization Request

    orgId string

    orgId is the organization ID.

    userId string

    userId is the user ID.

Responses

Created

Schema

    data
    id string
    message string
    status string
Loading...