Admin User Resource
Resource Operations
Get network user
GET /v1/users/inet/:name{
"data": {
"attributes": {
"account": "admin",
"created": "Fri, 21 Jul 2023 06:46:32 GMT",
"last_login": "Fri, 21 Jul 2023 06:46:49 GMT",
"last_update": null,
"name": "admin"
},
"id": "admin",
"links": {
"self": "http://localhost:8989/v1/users/inet/admin/"
},
"type": "inet"
},
"links": {
"self": "http://localhost:8989/v1/users/inet/admin/"
}
}Get all network users
Get enabled UNIX account
Get all enabled UNIX accounts
Get all users
Create a network user
Enable a UNIX account
Delete a network user
Disable a UNIX account
Update a network user
Last updated
Was this helpful?

