cURL
curl --request GET \ --url https://api.thundercompute.com:8443/v1/org/members \ --header 'Authorization: <api-key>'
{ "members": [ { "created_at": "<string>", "email": "<string>", "is_breakglass": true, "member_id": "<string>", "name": "<string>", "roles": [ "<string>" ], "status": "<string>" } ], "pagination": { "limit": 123, "offset": 123, "total": 123 } }
List members of the authenticated user’s organization with pagination
Maximum number of members to return
Pagination offset
OK
Show child attributes
Was this page helpful?