Entities
List all users and permissions for an entity
Retrieves a list of all users who have access to an entity and the permissions they have.
get/entity/{code}/permissions
Path parameters
codestring required
Entity code
Entity code
Response
List of users and associated permissions
Example response
[
{
"permissions": [
"view:holdings",
"view:profile"
],
"user": "example@treasuryspring.com"
}
]Changes
No recorded changes to this endpoint across all 3 revisions of this API.