End of Life Products and Features - admins.list
End of Life Products and Features - admins.list
Description
Fetch a list of all the admins on the gateway.
Arguments
None.
Example Requests & Responses
Example One
Request
Fetch a list of all the admins on the gateway.
{
'method' => 'admins.list',
'parameters' => { }
} |
Response
'admins' => [
{
'email' => 'default.admin@invalid.tld',
'language' => 'en_us',
'admin_id' => 1,
'fullname' => 'Default Admin',
'username' => 'admin'
},
{
'email' => 'other@example.tld',
'language' => 'en_us',
'admin_id' => 2,
'fullname' => 'Another Person',
'username' => 'myotheradmin'
}
]
}; |
, multiple selections available,
Related content
End of Life Products and Features - tech_support.list
End of Life Products and Features - tech_support.list
More like this
End of Life Products and Features - admin.save
End of Life Products and Features - admin.save
More like this
End of Life Products and Features - gateway.list
End of Life Products and Features - gateway.list
More like this
End of Life Products and Features - admin.delete
End of Life Products and Features - admin.delete
More like this
End of Life Products and Features - access_control.list
End of Life Products and Features - access_control.list
More like this
End of Life Products and Features - t1_e1_settings.list
End of Life Products and Features - t1_e1_settings.list
More like this