Upsert a publisher end-user
PUT/api/v1/users
Idempotent upsert keyed by the tenant-scoped user_id (external identity from the publisher SDK). Creates on first call, updates display_name on subsequent calls. Intended to be fired whenever a logged-in end-user interacts with widgets. Rejected with 409 on verify-mode tenants — identity is provisioned from the signed assertion, not this endpoint.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
- 422
- 429
- 500
Default Response
Default Response
Default Response
Default Response
Default Response
Default Response
Default Response
Default Response
Default Response