Renew Session Token
Endpoint to renew the user session
Authorized Roles : ANY
Request
URI
POST
https://{api_host}/provider/session/renew
COPY
Responses
200
OK
Returns
UserSessionInfo
of type(s)
*/*
{
"firstName": "string",
"lastName": "string",
"contactNumber": "string",
"email": "string",
"type": "string",
"orgMemberships": [
{
"orgId": "string",
"companyName": "string",
"email": "string",
"userRoles": [
"string"
],
"roles": [
"string"
]
}
]
}
string
firstName
Optional
firstName
string
lastName
Optional
lastName
string
contactNumber
Optional
contactNumber
string
email
Optional
string
type
Optional
type
Possible values are :
TDM,
LDAP,
array of
object
orgMemberships
Optional
orgMemberships
400
Bad Request
Operation doesn't return any data structure
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' https://{api_host}/provider/session/renew