Request contact email unlock
Request email unlock for a set of personnel ids within one event. Use this endpoint when the user has already identified specific people and wants their email access unlocked for one event.Endpoint
POST /external/contacts/unlock
Authentication
See AuthenticationSuccess status code
201 Created
Request body
| Name | Required | Type | Notes |
|---|---|---|---|
personnel_ids | Yes | string[] | One or more personnel ids to unlock. Duplicate values do not increase the number of contacts processed. |
event_id | Yes | string | Event identifier returned by event endpoints. |
Response example
Error responses
400 Bad Request401 Unauthorized402 Payment Required404 Not Found409 Conflict
Notes
201 Createdmeans the request was accepted, not that emails are already available.- Every
personnel_idmust belong to the suppliedevent_id. - Use Check contact unlock status with the returned
task_idto monitor progress.