Actions57
- Objects Actions
- Attributes Actions
- List Attributes
- Get Attribute
- Update Attribute
- GET target/identifier/attributes/attribute/options
- POST target/identifier/attributes/attribute/options
- PATCH target/identifier/attributes/attribute/options/option
- POST target/identifier/attributes/attribute/statuses
- Create Attribute
- GET target/identifier/attributes/attribute/statuses
- PATCH target/identifier/attributes/attribute/statuses/status
- Entries Actions
- Records Actions
- Lists Actions
- Meta Actions
- Workspace Members Actions
- Notes Actions
- Tasks Actions
- Webhooks Actions
- Threads Actions
- Comments Actions
Overview
This node interacts with the Attio API to retrieve information about a specific workspace member using their unique Workspace Member Id. It is useful in scenarios where you need to fetch detailed data about a member within a workspace, such as for user management, auditing, or integration with other systems.
Use Case Examples
- Retrieve details of a workspace member by providing their Workspace Member Id to display their profile information.
- Use the node to automate workflows that require fetching workspace member data for reporting or synchronization purposes.
Properties
| Name | Meaning |
|---|---|
| Workspace Member Id | A UUID to identify the workspace member. |
Output
JSON
json- The JSON response containing the workspace member's details retrieved from the Attio API.
Dependencies
- Requires an API key credential for authenticating with the Attio API.
Troubleshooting
- Ensure the Workspace Member Id provided is a valid UUID; invalid or malformed IDs will cause errors.
- Check that the API key credential is correctly configured and has the necessary permissions to access workspace member data.
- Common error messages include authorization errors if the API key is invalid or expired, and not found errors if the Workspace Member Id does not exist.
Links
- Attio API Documentation - Get Workspace Member - Official API documentation for retrieving a workspace member by ID.