users
List users
List Portainer users. Non-administrator users will only be able to list other non-administrator user accounts. User passwords are filtered out, and should never be accessible. Access policy: restricted
get/users
Query parameters
environmentIdinteger
Identifier of the environment(endpoint) that will be used to filter the authorized users
Response
Success
Example response
[
{
"Id": 1,
"ThemeSettings": {
"color": "dark"
},
"TokenIssueAt": 1,
"UseCache": true,
"Username": "bob"
}
]