GET /public/v1/members/{id}
A method to retrieve a member's details by ID.
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: Full (Standard); Read-only; eSignature; Guest; Creator |
date_created | A date when a member was added to the workspace |
date_modified | Last modified date of a member |
Servers
- https://api.pandadoc.com
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
id |
String | Yes |
Membership id. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.