Skip to main content

Add a user to an organization

POST 

/api/v1/organizations/adduser

Add user to an organization

Request

Header Parameters

    X-API-KEY stringrequired

    APIKey

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...