List of currently known users
GET {{url}}/examples/users
This request sends an array of current users known to the system.
RESPONSES
status: OK
{"users":[{"name":"{{$randomFullName}}","userName":"{{$randomUserName}}","location":"{{$randomCity}}","company":"{{$randomCompanyName}}","jobTitle":"{{$randomJobTitle}}","updatedAt":"{{$timestamp}}"},{"name":"{{$randomFullName}}","userName":"{{$randomUserName}}","location":"{{$randomCity}}","company":"{{$randomCompanyName}}","jobTitle":"{{$randomJobTitle}}","updatedAt":"{{$timestamp}}"},{"name":"{{$randomFullName}}","userName":"{{$randomUserName}}","location":"{{$randomCity}}","company":"{{$randomCompanyName}}","jobTitle":"{{$randomJobTitle}}","updatedAt":"{{$timestamp}}"},{"name":"{{$randomFullName}}","userName":"{{$randomUserName}}","location":"{{$randomCity}}","company":"{{$randomCompanyName}}","jobTitle":"{{$randomJobTitle}}","updatedAt":"{{$timestamp}}"},{"name":"{{$randomFullName}}","userName":"{{$randomUserName}}","location":"{{$randomCity}}","company":"{{$randomCompanyName}}","jobTitle":"{{$randomJobTitle}}","updatedAt":"{{$timestamp}}"}]}