Blog
Renews current session. Note that an error will be reported if the session has already expired or if its user's password is expired. On success, new expiration time is returned (in UTC).
Name | Datatype | Optional | Notes |
---|---|---|---|
target_ust | string | --- | UST of session to verify |
current_ust | string | --- | Current user's session token (UST) - must belong to a super-user |
current_app | string | --- | Name of application that the call is attempted from |
Name | Datatype | Optional | Notes |
---|---|---|---|
cid | string | --- | Correlation ID assigned to request |
status | string | --- | Overall status code |
sub_status | list | Yes | Returned only if status is not "ok", a list of error or warning codes |
expiration_time | string | Yes | The renewed session's expiration time, in UTC |