We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
user-id
The general API endpoint to export GDPR as per seen in the web UI is something like this.
GDPR
But when i give some random values other than the user-id in the endpoint then the API works fine.
Alice
curl -XPOST -k -uAlice:123456 'https://host.docker.internal:9200/graph/v1.0/users/<user-id>/exportPersonalData' -d '{"storageLocation": "/.personal_data_export.json"}' -v
When request is hit with the user-id in the API endpoint. The response is as:
* TLSv1.2 (IN), TLS header, Supplemental data (23): * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): * TLSv1.2 (IN), TLS header, Supplemental data (23): * Mark bundle as not supporting multiuse < HTTP/1.1 201 Created < Content-Length: 0
When request is hit with the random user-id for ed: abc in the API endpoint. The response is as:
abc
Need information regarding if the server actually behaves like this.
oCIS latest docker image
The text was updated successfully, but these errors were encountered:
BadRequest
kobergj
Successfully merging a pull request may close this issue.
Description
The general API endpoint to export
GDPR
as per seen in the web UI is something like this.But when i give some random values other than the
user-id
in the endpoint then the API works fine.Steps to Reproduce:
Alice
curl request to export the GDPR.
Expexted Behaviour
When request is hit with the
user-id
in the API endpoint. The response is as:Actual Behaviour
When request is hit with the random
user-id
for ed:abc
in the API endpoint. The response is as:Question
Need information regarding if the server actually behaves like this.
Environment:
oCIS latest docker image
The text was updated successfully, but these errors were encountered: