light-mode-image
Learn
MATTR VII ManagementMembers

Retrieve a tenant member

Retrieves an existing user that has access to the tenant.

Analytic events

  • TENANT_MEMBER_RETRIEVE_START
  • TENANT_MEMBER_RETRIEVE_SUCCESS
  • TENANT_MEMBER_RETRIEVE_FAIL
GET/v1/tenants/{tenantId}/members/{userId}

Authorization

bearerAuth

AuthorizationBearer <token>

In: header

Path Parameters

tenantId*string

Identifier of the tenant.

Formatuuid
userId*string

Identifier of the user.

Formatuuid

Response Body

application/json

application/json

text/plain

curl -X GET "https://manage.mattr.global/v1/tenants/543e0579-87b9-4705-be78-8f7f54709838/members/818f7564-49cb-4003-b041-37aec302e2c9"
{
  "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"
}
{
  "code": "string",
  "message": "string",
  "details": [
    {
      "value": "string",
      "msg": "Invalid value",
      "param": "id",
      "location": "body"
    }
  ]
}
"Unauthorized"
Empty
Empty

How would you rate this page?