cURL
curl --request GET \ --url https://api-eu.cybedefend.com/organization/{organizationId}/members \ --header 'x-api-key: <api-key>'
{ "users": [ "<array>" ], "totalUsers": 123, "totalPages": 123, "totalAdministrators": 123 }
API Key for authentication. You can generate an API key from your personal settings.
Organization identifier
Page number
x >= 1
Number of items per page
1 <= x <= 20
Search query
Organization members retrieved
List of users
Total number of users
Total number of pages
Total number of administrators