cURL
curl --request GET \ --url https://api.getmany.io/service/v1/agency/members \ --header 'Authorization: Bearer <token>'
{ "data": [ { "uid": "6cf9a849-ff9d-487e-8440-d5dff574b4e2", "ciphertext": "<string>", "name": "Oksana Moroz", "role": "member", "countryCode": "UA", "certificates": [ "seo_cert", "gads_cert" ], "generalProfile": { "title": "Full-stack JS / TS Engineer", "description": "<string>", "hourlyRate": 65, "skills": [ "reactjs", "node.js", "postgresql" ] }, "specializedProfiles": [ { "title": "<string>", "description": "<string>", "hourlyRate": 123, "skills": [ "<string>" ] } ] } ] }
Retrieves agency members. Supports optional role filter and cursor pagination.
role
member
business_manager
Show child attributes