Skip to main content
GET
/
api
/
v1
/
accounts
/
{accountId}
/
members
{
  "members": [
    {
      "id": "<string>",
      "accountId": "<string>",
      "email": "<string>",
      "roleName": "admin",
      "membershipCreatedAt": "2023-11-07T05:31:56Z",
      "permissionName": "<string>",
      "fullName": "<string>"
    }
  ]
}

Path Parameters

accountId
string
required

The ID of the account

Response

members
object[]
required