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 a user status
|
GET api/2.0/people/import/status
|
Returns a status of the current user.
|
Get profiles by status
|
GET api/2.0/people/status/{status}
|
Returns a list of profiles filtered by user status.
|