사용자 활성화 / 비활성화
사용자 생성 시, 기본적으로 활성화 되어 있는 상태에서 사용자가 생성됩니다.
비활성화 되어 있는 사용자는 모든 TalkPlus 기능 사용에 제한을 받습니다.
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 |
app-id* | string | App ID |
api-key* | string | App API key |
Deactivate User
POST
https://api.talkplus.io/v1.4/api/users/:userId/deactivate
사용자를 비활성화합니다.
Path Parameters
Name | Type | Description |
---|---|---|
userId* | string | 대상 사용자 ID |
Headers
Name | Type | Description |
---|---|---|
content-type | string | application/json |
app-id* | string | App ID |
api-key* | string | App API key |
Last updated