---
title: "Current Member Details"
method: GET
path: "/public/v1/members/current"
tags: ["Members"]
---

# Current Member Details

`GET /public/v1/members/current`

Returns the member details of the current user (the owner of the API key).

**User** - is an account with a license in the Organization.  
**Member** - is a User with a predefined Role in the Workspace.

| Parameter | Description |
|---|---|
| `user_id` | A unique identifier of the `user` in the **organization** |
| `membership_id` | A unique identifier of the `user` in the **workspace** |
| `email` | A user email address |
| `first_name` | A user's first name |
| `last_name` | A user's last name |
| `is_active` | A boolean value that identifies if a member is active and not blocked |
| `workspace` | A unique identifier of the user's current active workspace |
| `workspace_name` | A name of the user's current active workspace |
| `email_verified` | A boolean value that identifies if the email is verified |
| `role` | A member's role in the workspace |
| `user_license` | A user license in the organization:  <br/>`Full (Standard)`;  <br/>`Read-only`;  <br/>`eSignature`;  <br/>`Guest`;  <br/>`Creator` |
| `date_created` | A date when a member was added to the workspace |
| `date_modified` | Last modified date of a member |

## Response `200`

OK

- MemberDetailsResponse
  - `user_id` string — A unique identifier of the user in the organization.
  - `membership_id` string — A unique identifier of the user in the workspace.
  - `email` string — A user's email address.
  - `first_name` string — A user's first name.
  - `last_name` string — A user's last name.
  - `is_active` boolean — A boolean value that identifies if a member is active in the workspace.
  - `workspace` string — A unique identifier of the user's current active workspace.
  - `workspace_name` string — A name of the user's current active workspace.
  - `emails_verified` boolean — A boolean value that identifies if the email is verified.
  - `role` string — A member's role in the workspace.
  - `user_license` string — A user license in the organization.
  - `date_created` string — A date when a member was added to the workspace.
  - `date_modified` string — Last modified date of a member.

## Other responses

- `400` — Bad Request
- `401` — Bad Request
- `403` — Authentication error
- `429` — Too Many Requests

---

[API](https://skmtc.net/pandadoc/apis/pandadoc-public-api.md) · [All operations](https://skmtc.net/pandadoc/apis/pandadoc-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pandadoc/pandadoc-public-api/versions/0c2b70be3fb0/schema)
