---
title: "Get member details"
method: GET
path: "/accounts/self/member-details/{member_user_id}"
tags: ["Accounts"]
---

# Get member details

`GET /accounts/self/member-details/{member_user_id}`

Get corporate member's role and faxing quota (Permitted scopes: **fax:all:read**, **fax:member:read**)

## Path parameters

- `member_user_id` string, required

## Response `200`

Object containing details of member (quota and role)

- MemberDetail — Company member details
  - `quota` integer — Quota of member (number of pages member can send per month)
  - `role` string — Role of member in your company

## Other responses

- `400` — Error object in case there's a problem with given data
- `401` — Error object in case there's a problem with the authorization
- `500` — Error object in case there's a server error

---

[API](https://skmtc.net/fax/apis/fax-plus-rest-api.md) · [All operations](https://skmtc.net/fax/apis/fax-plus-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fax/fax-plus-rest-api/revisions/c1afc85d2c15/schema)
