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>", "memberType": "user", "updatedAt": "<string>" } ] }
Retrieve information about organization members
Documentation IndexFetch the complete documentation index at: https://developer.copper.co/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developer.copper.co/llms.txt
Use this file to discover all available pages before exploring further.
Embed data about members' permission groups
Embed data about members' user information
OK
List of organization members
Show child attributes
Was this page helpful?