getMspAdmins
GET https://{{host}}/api/v1/msps/:msp_id/admins
Response Parameters
Parameter | Type | Description |
---|---|---|
admin_id | string | admin id |
first_name | string | first name |
last_name | string | last name |
twofactorverified | boolean | two factor status |
privileges | list | list of privileges the admin has on the MSP / Orgs / OrgGroups |
scope | string | msp / org / orggroup |
role | string | admin / write / read / helpdesk |
RESPONSES
status: OK
[{"admin_id":"456b7016-a916-a4b1-78dd-72b947c152b7","first_name":"Joe","last_name":"Smith","two_factor_verified":true,"privileges":[{"scope":"msp","role":"admin"},{"scope":"org","org_id":"2818e386-8dec-2562-9ede-5b8a0fbbdc71","role":"admin"},{"scope":"orggroup","orggroup_id":"507f1bab-13ba-73e2-f291-2bcb8d1362b0","role":"read"}]}]