![IDS NXT Скачать руководство пользователя страница 9](http://html2.mh-extra.com/html/ids/nxt/nxt_manual_3750479009.webp)
March 2021
9
IDS NXT: REST interface
4 User control
Creating and deleting users, and changing group association is currently deactivated on the device side.
·
·
4.1 /users
·
OPTIONS
·
GET
{
"GET": {
"application/json": {
"Allowed": true,
"Description": "Receive user list",
"Values": {
"Users": {
"Description": "List of Usernames",
"Name": "Users",
"Type": "StringList"
}
}
}
},
"Objects": [
"admin",
"service",
"user"
]
}
Comments
Objects are existing users.
4.2 /users/<existing-username>
·
OPTIONS
, or own user name
·
GET
, or own user name
·
PATCH
, or own user name
{
"GET": {
"application/json": {
"Allowed": true,
"Description": "Receive user information",
"Values": {
"Groups": {
"Description": "List of group memberships",
"Type": "StringList"
}
}
}
},