Members are the human users who belong to the calling organization. Useful for assigning leads (Documentation Index
Fetch the complete documentation index at: https://developers.flowestate.app/llms.txt
Use this file to discover all available pages before exploring further.
assignedToId), routing notifications, or building dashboards that show team activity.
List members
members:read. Lists the organization’s members with their role.
Response 200
Fields
| Field | Description |
|---|---|
id | Membership identifier. Use this to look up a single member. |
role | owner, admin, or member. |
user.id | The user identifier — pass this on assignedToId when assigning leads. |
user.name | Display name. |
user.email | Email. |
user.image | URL of the avatar, or null. |
user.locale | Preferred locale code (en, es). |
Get a member
members:read. Same shape, single record. 404 NOT_FOUND for cross-org lookups.