Skip to main content

Update user state

PUT 

/api/web/v1/users/:id/state

Update the state of the specified user. Caller requires the USERS:EDIT permission.

Request

Path Parameters

    id stringrequired

    The UUID of the user whose state is to be updated.

Body

required

    state string

    Possible values: [ACTIVE, INACTIVE]

    The new state of the user.

Responses

Successful

Loading...