cURL
curl --request GET \ --url https://us.cybedefend.com/team/{teamId}/members \ --header 'Authorization: Bearer <token>'
{ "users": [ "<array>" ], "totalUsers": 123, "totalPages": 123, "totalAdministrators": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Page number
Show child attributes
x >= 1
Number of items per page
1 <= x <= 20
Search query
All members of a team
List of users
Total number of users
Total number of pages
Total number of administrators