v1

latestOpenAPI 3.0.12026-08-0621301.7 MB
Users

Update user details

Updates the properties of a user. Currently, only active_flag can be updated.

put/users/{id}

Path parameters

idinteger required

The ID of the user

Request body

active_flagboolean required

Whether the user is active or not. false = Not activated, true = Activated

Response

The data of the user

successboolean

If the response is successful or not