Notus Cloud API: User login [ ]

Home New tabMIME type (Accept header)

/user/login
Header Parameters username
password
Query Parameters silo (blank for default)
analytics visible
fallback
Result
[no results]

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.


Query Parameters silo (blank for default)
analytics visible
Result
Acquire access token (OAUTH20 AUTHENTICATION)
  Auhtorisation code: 
  Access token:  
  Refresh token:  
/user/logout
Result
[no results]
Log the user out.
/user/silos
Result
[no results]
Get a list of the user's available silos.
/user/set-silo/{silo:}
Result
[no results]
Set the current user silo.
/user/change-password
Header Parameters username
password
Query Parameters password
Result6
[no results]
Change own password.
/user/whoami
Query Parameters silo (blank for current)
fallback
Send skey
Result
[no results]

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.

/user/whoisonline
Result
[no results]
Get the list of currently online users.
/user/chat
user(s)
Form Parameters message
Result
[no results]
Send message directly to one or more users (comma-delimited).
/user/email
Form Parameters to
template (optional)
subject (if no template)
message (if no template)
Query Parameters
Result
[no results]
Send email message to one or more users (comma-delimited).
/user/session/language/{lang:}
Result
[no results]
Set the language for this session (used in UI)
/user/reset-password/{user:}
Result
[no results]

Initiates a password reset on a user's account.

LOG