PUT api/2.0/people/activationstatus/{activationstatus}
Sets the required activation status to the list of users with the IDs specified in the request.
Name |
Description |
Type |
Example |
activationstatus
sent in url
|
Activation status
|
NotActivated, Activated, Pending, AutoGenerated
|
NotActivated
|
UserIds
sent in body
|
List of user IDs
|
System.Collections.Generic.IEnumerable{System.Guid}
|
|
ResendAll
sent in body
|
Specifies whether to resend invitation letters to all the users or not
|
System.Boolean
|
|
PUT api/2.0/people/activationstatus/%22NotActivated%22
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"UserIds": [
"9924256A-739C-462b-AF15-E652A3B1B6EB"
],
"ResendAll": true
}
List of users with the detailed information