v1

latestOpenAPI 3.0.02026-07-241310301.1 KB

GET data-access by roleId

Get the data access of a role

get/{roleId}/data-access

Path parameters

roleIdstring required

Headers

Authorizationstring required

Bearer token for authentication

apikeystring required

API key for authorization

Response

Successful operation

ownerOrganizationstring

Example response

[
  {
    "ownerOrganization": "11d0ebba-0000-0000-bd22-a641f1478f8e",
    "derivedFromRole": {
      "id": "role:1745239700925__b2000000-ef88-4b56-bc34-38495acab8b4",
      "displayName": "Demo 001"
    },
    "payerAccounts": {
      "payerToLinkedAccounts": {
        "322609200000": {
          "items": [
            "322609200000"
          ]
        }
      }
    },
    "costCenters": {
      "items": [
        "1a1df0dc-0000-0000-8323-ba93e0700e6f"
      ]
    }
  }
]