Skip to main content

Remove user from organization

DELETE 

/api/web/v1/organizations/:orgid/users/:userid

Remove user from organization. Caller requires the ORGANIZATIONS:EDIT permission.

Request

Path Parameters

    orgid stringrequired

    The UUID of the organization.

    userid stringrequired

    The UUID of the user to be remove from the organization.

Responses

Successful

Loading...