v1

latestOpenAPI 3.1.02026-08-043160244.3 KB
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

permissionsstring[] required

List of permissions assigned to the user

status'Pending' | 'Active' required
userstring required

User Email

Example response

[
  {
    "permissions": [
      "view:holdings",
      "view:profile"
    ],
    "user": "example@treasuryspring.com"
  }
]