cURL
curl --request GET \ --url https://app-preprod.cybedefend.com/organization/{organizationId}/members
{ "users": [ [ "<any>" ] ], "totalUsers": 123, "totalPages": 123, "totalAdministrators": 123 }
Organization identifier
Page number
x >= 1
Number of items per page
1 <= x <= 20
Search query
Organization members retrieved
The response is of type object.
object