GuidesRecipesAPI ReferenceChangelog
Log In
Changelog
Added

11.27.0 Additions

GET /v1/account-groups

Tags: account-groups

Get all account groups with pagination, sorting, and filtering support.


GET /v1/account-groups/{id}

Tags: account-groups

Gets the account group for the given id.


PUT /v1/accounts/{id}

Tags: accounts

Updates the user account for the given id.


GET /v1/last-login

Tags: last-login

Returns the date of the last login event.


GET /v1/user-sessions/active

Tags: user-sessions

Returns detailed information about currently logged in users.


GET /v1/user-sessions/count

Tags: user-sessions

Returns the number of currently logged in users.