GET
/membersList team members
Returns all team members (admin and member roles) in the workspace
Response
List of team members
Returns an array of objects:
| Field | Type | Description |
|---|---|---|
idrequired | string | TypeID - a type-prefixed UUID |
namerequired | string | null | |
emailrequired | string | |
imagerequired | string | null |
meta
| Field | Type | Description |
|---|---|---|
paginationrequired | object |
Errors
401UnauthorizedExample request
curl \
"https://feedback.quackback.io/api/v1/members" \
-H "Authorization: Bearer qb_your_api_key_here"