Hello
I have a REST API script to retrieve permissions for workspaces, with the following endpoint
The JSON response used to include "added_on" and "last_accessed" fields for each user with permissions
"added_on": "2023-01-16T15:19:57.464948+00:00",
"last_accessed": "2023-01-19T09:11:22.094955+00:00"
and for some worskpaces it is still working.
For some new workspaces, however, namely those already linked to the new Organization structure, those fields are not present.
What is the new API to retrieve such information ? Where can I find some sample code ?
Thank you