|
Log the user in. (BASIC AUTHENTICATION)
The fallback parameter controls whether the CMS is allowed to use the browser session id
to work out the session key for a request. If true, the browser tabs are not independent but
a refresh or web service not providing skey will reconnect to the correct session. If false,
the tabs are truly independent but all calls must provide skey at all times and a browser
refresh will not be able to reistablish the session.
|
|
|
Acquire access token (OAUTH20 AUTHENTICATION) |
Auhtorisation code:
Access token:
Refresh token:
|
|
Log the user out. |
|
|
Get a list of the user's available silos. |
|
|
Set the current user silo. |
|
|
Change own password. |
|
|
Get the logged in user.
The fallback parameter controls whether the CMS is allowed to use the browser session id
to work out the session key for a request. If true, the browser tabs are not independent but
a refresh or web service not providing skey will reconnect to the correct session. If false,
the tabs are truly independent but all calls must provide skey at all times and a browser
refresh will not be able to reistablish the session.
|
|
|
Get the list of currently online users. |
|
|
Send message directly to one or more users (comma-delimited). |
|
|
Send email message to one or more users (comma-delimited). |
|
|
Set the language for this session (used in UI) |
|
|
Initiates a password reset on a user's account.
|
|
|