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

KeyDatatypeRequiredDescription
Api-Tokenstring(Required)
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;request_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;action&quot;:&quot;\u003cstring\u003e&quot;,&quot;status&quot;:&quot;\u003cstring\u003e&quot;,&quot;user_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;user_ids&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;],&quot;channel_delete_option&quot;:&quot;\u003cstring\u003e&quot;,&quot;created_at&quot;:&quot;\u003cnumber\u003e&quot;}