Users Management

Local Users Endpoints

Endpoints for viewing user(s), creating a user, updating a user, enabling or disabling a user.

Json Structure

]
    {
        "id": 1,
        "name": "admin",
        "username": "admin",
        "email": "admin@profitap.com",
        "sshKey": "",
        "role": "admin",
        "enabled": true,
        "creation_time": 1542373932,
        "modification_time": 1542373932,
        "last_access": 0
    },
    {
        "id": 3,
        "name": "guest",
        "username": "guest",
        "email": "guest@profitap.com",
        "sshKey": null,
        "role": "viewer",
        "enabled": true,
        "creation_time": 1542373932,
        "modification_time": 1542373932,
        "last_access": 0
    }
]

Back to X2-SERIES API Home