UpdateAccessToken

Updates the access token for a user based on their email address.

patch
Authorizations
Body
accessTokenstring · min: 1Required
userEmailstring · min: 1Required
Responses
200
Success: The access token was successfully updated.
patch
PATCH /UserInfo/UpdateAccessToken HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 41

{
  "accessToken": "text",
  "userEmail": "text"
}

No content