Path: / realms / {realm} / account

Get account information.

Path parameters:
realm -

Resources
NameDescription
log
login-redirect
passwordUpdate account password Form params: password - old password password-new pasword-confirm
sessions
sessions-logout
social
social-update
totpUpdate the TOTP for this account.
totp-remove

Method Summary
ResourceDescription
GET /realms/{realm}/accountGet account information.
POST /realms/{realm}/accountUpdate account information.

Method Detail
HTTP Example:
GET /realms/{realm}/account

Get account information.

Output:
javax.ws.rs.core.Response -
HTTP Example:
POST /realms/{realm}/account

Update account information. Form params: firstName lastName email

Input:
javax.ws.rs.core.MultivaluedMap<String,String>
Output:
javax.ws.rs.core.Response -
Consumes:
application/x-www-form-urlencoded