Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.getgranite.ai/api/organizations/{organization_id}/members
{ "members": [ { "member_id": "<string>", "email": "<string>", "status": "<string>", "name": "<string>", "created_at": "<string>", "roles": [ "<string>" ] } ] }
Get all members in the organization
Successful Response
Response containing list of organization members
List of organization members
Show child attributes