User Control; Users; Users/<Existing-Username - IDS NXT Manual

Rest interface
Hide thumbs Also See for NXT:
Table of Contents

Advertisement

4 User control

Creating and deleting users, and changing group association is currently deactivated on the device side.
·

/users

·
/users/<existing-username>
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
·
GET
, or own user name
·
PATCH
{
"GET": {
"application/json": {
"Allowed": true,
"Description": "Receive user information",
"Values": {
"Groups": {
"Description": "List of group memberships",
"Type": "StringList"
}
}
}
},
March 2021
, or own user name
, or own user name
IDS NXT: REST interface
9

Advertisement

Table of Contents
loading

Table of Contents