v1
latestOpenAPI 3.0.02026-08-0417295208.0 KBusers
Update user token information
By default reissues a new token and returns in token attribute. If reissue_token query parameter is false, then token is not reissued and old value is used. The api returns null as a token in this case.
put/users/{user_id}/tokens/{token_id}
Path parameters
user_idstring required
token_idstring required
Id of the token position, not an X-Auth or JWT token itself!
Query parameters
reissue_tokenboolean
update token endpoint by default reissues a new token.
Request body
Response
Updated token object, which also contains the token itself