1.
This interface is used for obtaining the users (including the sub-users) who have access to the system.
Request
Random string (8-64 characters, only numbers or letters)
The current UTC timestamp
Request samples
curl --location --request GET 'https://open-us.vnnox.com/v2/integration/account/list' \
--header 'AppKey;' \
--header 'Nonce;' \
--header 'CurTime;' \
--header 'CheckSum;'
Responses
application/json Whether the user is the organization administrator
System permissions: pro-VNNOX AD permissions,lite-VNNOX Standard permissions
[
{
"username": "myfdev",
"isOrg": true,
"sysPermissions": [
"pro",
"lite"
]
}
]
Modified at 2024-08-07 01:35:37