Skip to main content

Overview

[TODO] Use the User events for all write operations (POST / PUT / DELETE). For reads (GET) use Call user CXF endpoints. See Authentication first.

Example: create a User (POST)

curl -X POST https://{customer}.cxf.app/v1/users/events \
  -H "Authorization: Bearer [TODO_TOKEN]" \
  -H "Content-Type: application/json" \
  -d '{ "event": "[TODO]", "[TODO]": "[TODO]" }'