get-workspace-member
Retrieve detailed information about a specific workspace member in Attio CRM using their member ID to access user profiles and permissions.
Instructions
Get details of a specific workspace member
Input Schema
Name | Required | Description | Default |
---|---|---|---|
memberId | Yes | The workspace member ID |
Input Schema (JSON Schema)
{
"properties": {
"memberId": {
"description": "The workspace member ID",
"type": "string"
}
},
"required": [
"memberId"
],
"type": "object"
}