Added
11.27.0 Additions
4 days ago by [email protected]
GET /v1/account-groups
GET /v1/account-groupsTags: account-groups
Get all account groups with pagination, sorting, and filtering support.
GET /v1/account-groups/{id}
GET /v1/account-groups/{id}Tags: account-groups
Gets the account group for the given id.
PUT /v1/accounts/{id}
PUT /v1/accounts/{id}Tags: accounts
Updates the user account for the given id.
GET /v1/last-login
GET /v1/last-loginTags: last-login
Returns the date of the last login event.
GET /v1/user-sessions/active
GET /v1/user-sessions/activeTags: user-sessions
Returns detailed information about currently logged in users.
GET /v1/user-sessions/count
GET /v1/user-sessions/countTags: user-sessions
Returns the number of currently logged in users.