Get Session
get
/essbase/rest/v1/session
Returns logged in user information.
Request
Query Parameters
Back to Top
Response
Supported Media Types
- application/json
- application/xml
200 Response
OK
The logged in user information was returned successfully.
Root Schema : User
Type:
Show Source
object
-
email:
string
-
groups:
array groups
Comma-separated list of group names associated with this user.
-
id:
string
The user ID.
-
links:
array links
-
name:
string
The user name. Limit 256 characters. The following special characters are not permitted:
; , = + * ? [ ] | < > \ " ' / Space Tab
. Additionally, a period (.
) is not permitted in group names. -
password:
string
Password for the user.
-
role:
string
The user role. Valid roles: User, Power User, and Service Administrator.
-
token:
string
Nested Schema : groups
Type:
array
Comma-separated list of group names associated with this user.
400 Response
Bad Request
Failed to get user information.