Skip to main content

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

NameTypeDescription
program-id requiredstring

Responses

200 Successful Response

422 Validation Error

HTTPValidationError | application/json

NameTypeProperties
detailarray

items: {'$ref': '#/components/schemas/ValidationError'}

ValidationError | application/json

NameTypeProperties
loc requiredarray

items: {'anyOf': [{'type': 'string'}, {'type': 'integer'}]}

msg requiredstring
type requiredstring