ilert · Example Payload
Post Users
**Sample request** ```json Request URL: https://api.ilert.com/api/users { "firstName": "John", "lastName": "Doe", "email": "john@acme.com", "position": "Software Engineer", } ``` **Response** ````json { "id": 2188373, "firstName": "John", "lastName": "Doe", "email": "john@acme.com", "position": "Software Engineer", "timezone": "Europe/Berlin", "language": "de", "role": "RESPONDER", } ````
Incident ManagementOn-Call AlertingAlert RoutingEscalation PoliciesOn-Call SchedulesStatus PagesHeartbeat MonitoringEvent ManagementDevOpsSREIT Operations
Post Users is an example object payload from ilert, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
summarydescriptionmethodpathparametersrequest_bodyresponse