Update a user.

patch/v1/users/{userId}

Path parameters

userIdstring uuid required

Id of the user to lock.

Query parameters

idstring

Id of the SLS.

codestring

Code of the SLS.

Request body

accountEnabledboolean nullable

Enable or disable the user.

Response

The user has been updated.

userIdstring

Id of the user.

Changes