Boot User

POST /api/contact/bootUser

Invalidates the session of a user forcing them to login again

Query parameters

  • start string

    Contact id

    Default value is empty.

Responses

POST /api/contact/bootUser
curl \
 -X POST http://api.example.com/api/contact/bootUser \
 -H "Authorization: Bearer $ACCESS_TOKEN"