Get list of members
Last updated
Description
Retrieves a list of users that a path has been shared with.
Endpoint
/path/{pathId}/member
Method
GET
Access Level
edit+
Processing units
2
pathId
The id of the path.
true
type
An array with possible elements 'direct' or 'inherit'. Determines whether the retrieved members are members to the path itself or members of one of its parent folders.
false
Default ['direct', 'inherit'].
Last updated