Skip to main content

Deactivate workflows for a user

PUT 

/users/:userId/deactivate-workflows

Deactivates all active workflows for a user in bulk.

This endpoint may be used to perform a bulk operation such as temporarily disabling a user's account in lieu of deleting the user account if the user wants to "pause" their account.

Request

Path Parameters

    userId stringrequired

    The Id of the user you want to lookup. Returned from the Create User endpoint

Header Parameters

    Authorization stringrequired

    Default value: bearer YOUR_API_KEY

Responses

200

Schema

    message string
Loading...