Hi all!
We need to build ACLs for nodes in Content Server. For this purpose we use the following API calls:
- /api/v2/nodes/{id} - for reading node permissions
- /api/v2/members - for reading available groups
- /api/v2/members/{id}/members - for reading group members
- /api/v2/members/{id} - for reading user info
Which privileges are required for API account, so that all these API calls could be successfully executed? API documentation misses information on privileges necessary for the calls.
Thank you!