get https://api.unloc.app/v2/projects//sharing-rights
Returns all the Sharing Rights in this Project.
- Use the
appUserId
parameter to limit results to Sharing Rights for a specific App User. - Use the
lockId
parameter to limit results to Sharing Rights for a specific Lock. - Use
excludeSubprojectSharingRights
to exclude Subproject Sharing Rights from the results.
Use the limit
parameter to specify how many items should be included in the response. If not defined, limit
is set to the maximum supported value of the API: 2500.
The query parameters limit
and startAfterId
can be used in conjunction to implement a pagination system.
Required Scope | project.admin |