Page optimized for desktop experience. Please use a desktop browser for best compatibility.

Rev Username Logoff

This endpoint is used to end the login session. The userId value (provided in the login endpoint response) is used to identify the user who is logging out.

POST
/api/v2/user/logoff

Request Body

application/json

{"userId": "ec2507d0-d669-4f1c-81d7-1110b62fa7b3" }

Parameter Type Validations
userId string, required User id of the account to logoff. Provided in the login endpoint response.

Response Messages

Successful response

Unauthorized error

Internal server error