light-mode-image
Learn
MATTR VII ManagementMembers

Retrieve tenant members

Retrieves a list of all users that have access to the tenant.

Analytics Events

TENANT_MEMBER_RETRIEVE_LIST_STARTTENANT_MEMBER_RETRIEVE_LIST_SUCCESSTENANT_MEMBER_RETRIEVE_LIST_FAIL
GET/v1/tenants/{tenantId}/members
AuthorizationBearer <token>

In: header

Path Parameters

tenantIdstring

Identifier of the tenant to retrieve.

Formatuuid

Query Parameters

limit?number

Range size of returned list.

Default100
Range1 <= value <= 1000
cursor?string

Starting point for the list of entries.

Response Body

curl -X GET "https://manage.mattr.global/v1/tenants/543e0579-87b9-4705-be78-8f7f54709838/members?limit=2&cursor=Y3JlYXRlZEF0PTIwMjAtMDgtMjVUMDY6NDY6MDkuNTEwWiZpZD1h"
{
  "data": [
    {
      "id": "8f6d40a9-d913-45e8-aa3e-8c99d62cd8fb",
      "email": "john-doe@example.com",
      "name": "John Doe",
      "status": "Active",
      "roles": [
        "dts-provider",
        "issuer"
      ],
      "inviteExpiresAt": "2025-08-22T12:00:00.000Z"
    }
  ],
  "nextCursor": "Y3JlYXRlZEF0PTIwMjAtMDgtMjVUMDY6NDY6MDkuNTEwWiZpZD1hNjZmZmVhNS04NDhlLTQzOWQtODBhNC1kZGE1NWY1M2UzNmM"
}
{
  "code": "string",
  "message": "string",
  "details": [
    {
      "value": "string",
      "msg": "Invalid value",
      "param": "id",
      "location": "body"
    }
  ]
}
"Unauthorized"
Empty
Empty

How would you rate this page?