Register a GDPR request
POST {{baseUrl}}/v3/privacy/gdpr
Register a GDPR request
Registers a specific type of GDPR request to meet the GDPR's requirements.
Note: Currently, only delete and access of the user data are supported. The features for the right to restriction of processing and right to object will be available soon.
https://sendbird.com/docs/chat/v3/platform-api/guides/data-privacy#2-register-a-gdpr-request
Request Body
{"action"=>"<string>", "user_ids"=>["<string>", "<string>"], "channel_delete_option"=>"<string>", "user_id"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Api-Token | string | (Required) | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"request_id":"\u003cstring\u003e","action":"\u003cstring\u003e","status":"\u003cstring\u003e","user_id":"\u003cstring\u003e","user_ids":["\u003cstring\u003e","\u003cstring\u003e"],"channel_delete_option":"\u003cstring\u003e","created_at":"\u003cnumber\u003e"}