user

Enable users

This function is an API endpoint that enables or disables users.

Parameters

  • request: A JSON object containing the list of users to enable or disable.

Returns

If successful, this function returns a Json<UsersResponse> object containing the updated user information.

post/api/enable-users

Request body

rowsstring[] required
disableboolean required

Response

msgstring required
totalinteger required
datastring required

Changes

Changed in 2 of the 11 revisions of this API.4