Skip to main content

Suspend a user from all accounts

PUT 

/v1/user-management/:id/suspend/recursive

Suspends a user from the main account and all associated sub accounts. Must be run with an API token for the main account. The user will not be suspended from accounts for which there are no other users. In other words, any accounts where the user is the last user will be skipped. The success message will list accounts that were skipped.

Request

Path Parameters

    id int32required

    ID of the user

    Example: 11300

Responses

successful operation

Schema
    message string
Loading...