1
0
Fork 0
mirror of synced 2024-07-02 13:10:38 +12:00

Update description for some of the account endpoints for clarity

This commit is contained in:
Steven Nguyen 2023-08-09 10:02:01 -07:00
parent 09254aeae0
commit 4a9ac08e75
No known key found for this signature in database
5 changed files with 5 additions and 5 deletions

View file

@ -1 +1 @@
Get currently logged in user preferences as a key-value object.
Get the preferences as a key-value object for the currently logged in user.

View file

@ -1 +1 @@
Get currently logged in user data as JSON object.
Get the currently logged in user.

View file

@ -1 +1 @@
Get currently logged in user list of identities.
Get the list of identities for the currently logged in user.

View file

@ -1 +1 @@
Get currently logged in user list of latest security activity logs. Each log returns user IP address, location and date and time of log.
Get the list of latest security activity logs for the currently logged in user. Each log returns user IP address, location and date and time of log.

View file

@ -1 +1 @@
Get currently logged in user list of active sessions across different devices.
Get the list of active sessions across different devices for the currently logged in user.