curl --request PUT \
--url https://api.dots.dev/api/v2/users/{user_id}/compliance \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{}'Add Compliance information to a user.
curl --request PUT \
--url https://api.dots.dev/api/v2/users/{user_id}/compliance \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{}'Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Id of the user to fetch
OK
Was this page helpful?