About this endpoint
What it does
Generates a list of fake person profile objects and returns them in a JSON object along with the number of generated records.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| count | Integer | No | Number of fake person profiles to generate. Default: 1. Minimum: 1. Maximum: 50. |
Response
Returns a JSON object with a data array field and a count integer field. The data array contains object items; the schema does not define the inner object properties.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| data | Object Array | Yes | Array of generated fake person profile objects. The schema does not define the object fields. |
| count | Integer | Yes | Number of generated records returned in data. |