v1.0
OAS 3.0.3
Universal LOS API Documentation
Development documentation
Client Libraries
Development documentation
curl https://los.universal.rollout.com/api/users
{
"_metadata": {
"collection": "…",
"offset": 1,
"limit": 1,
"total": 1,
"next": "…",
"nextLink": "…"
},
"users": [
{
"id": "…",
"created": "…",
"updated": "…",
"originalIds": {
"^(.*)$": 1
},
"original": {
"^(.*)$": {
"^(.*)$": null
}
}
}
]
}