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.copper.co/platform/organizations/{organizationId}/members
{ "members": [ { "isActive": true, "organizationId": "<string>", "userId": "<string>", "_embedded": { "permissionGroups": [ "<string>" ], "user": { "userId": "<string>", "createdAt": "<string>", "firstName": "<string>", "lastName": "<string>" } }, "createdAt": "<string>", "deactivatedAt": "<string>", "updatedAt": "<string>" } ] }
Retrieve information about organization members
Embed data about members' permission groups
Embed data about members' user information
OK
List of organization members
Show child attributes
Was this page helpful?