Hi,
Good day.
I need to get Total licensed user slots, however seems the API no longer available this information as I'm using postman for testing.
Result only returned:-
{
"kind": "accounts",
"data": [
{
"id": "xxx",
"name": "xxxxWrike",
"dateFormat": "dd/MM/yyyy",
"firstDayOfWeek": "Mon",
"workDays": [
"Mon",
"Tue",
"Wed",
"Thu",
"Fri"
],
"rootFolderId": "xxxx",
"recycleBinId": "xxx",
"createdDate": "2017-12-07T10:14:44Z",
"joinedDate": "2018-02-27T17:36:50Z"
}
]
}
Please advise how can I obtained the information below:
1. Number of users currently using / Total licensed user slots
2. Collaborators used / Collaborator license limit
Account | Develop your own integration on the Wrike API
Why account subscription is missing?
Important Fields from /accounts response
| Field | Description |
|---|
subscription.userLimit | Total licensed user slots |
subscription.userCount | Number of users currently using |
subscription.collaboratorLimit | Collaborator license limit |
subscription.collaboratorCount | Collaborators used
|
Thank you.
Regards,
Micheale