Activate / Deactivate
Deactivated users lose all access to TalkPlus service
Activate User
POST
https://api.talkplus.io/v1.4/api/users/:userId/activate
Path Parameters
Name
Type
Description
userId*
string
Headers
Name
Type
Description
content-type
string
application/json
api-key*
string
App API key
app-id*
string
App ID
Deactivate User
POST
https://api.talkplus.io/v1.4/api/users/:userId/deactivate
Path Parameters
Name
Type
Description
userId*
string
user to be deactivated
Headers
Name
Type
Description
content-type
string
application/json
api-key*
string
App API key
app-id*
string
App ID
Last updated