Change a user status
|
PUT api/2.0/people/status/{status}
|
Changes a status for the users with the IDs specified in the request.
|
Get profiles by status
|
GET api/2.0/people/status/{status}
|
Returns a list of profiles filtered by user status.
|
Set an activation status to the users
|
PUT api/2.0/people/activationstatus/{activationstatus}
|
Sets the required activation status to the list of users with the IDs specified in the request.
|