Get Random User
GET /random/user_id
Retrieve a random user from the event store. This method should be used for configuration QA purposes only. (i.e. select a random user and then evaluate actions against histories and label weights to verify proper set up.)
Request Parameters
Header Parameters
Name | Type | Description |
---|---|---|
program-id required | string |
Responses
200
Successful Response
422
Validation Error
HTTPValidationError | application/json
Name | Type | Properties |
---|---|---|
detail | array | items: {'$ref': '#/components/schemas/ValidationError'} |
ValidationError | application/json
Name | Type | Properties |
---|---|---|
loc required | array | items: {'anyOf': [{'type': 'string'}, {'type': 'integer'}]} |
msg required | string | |
type required | string |