gql_community_user
Retrieve a specific community user by ID using GraphQL queries, with optional filtering by community or user identifiers to locate membership records.
Instructions
Find a community user by ID (GraphQL). Optionally filter by communityId or userId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The community user ID | |
| communityId | No | Filter by community ID | |
| userId | No | Filter by user ID |