Get session owner
get/cas/sessions/{sessionId}/user
Returns the name of the user that owns the session.
1{2 "description": "Session Owner",3 "value": {4 "user": "user",5 "owner": "owner"6 }7}
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | OK | Schema |
Returns the name of the user that owns the session.
1{2 "description": "Session Owner",3 "value": {4 "user": "user",5 "owner": "owner"6 }7}
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | OK | Schema |