Skip to main content

Unsuspend a user from all accounts

PUT 

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

Unsuspends a user from the main account and all associated sub accounts. Must be run with an API token for the main account.

Request

Path Parameters

    id int32required

    ID of the user

    Example: 11300

Responses

successful operation

Schema
    message string
Loading...