search, cursor, limit (max 100). Requires admin JWT with users:read permission.users:read.curl --location '/v1/admin/users' \
--header 'Authorization: Bearer <token>'{
"items": [
{
"user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
"email": "string",
"phone": "string",
"status": "string",
"role": "string",
"type": "string",
"profile": {
"first_name": "string",
"last_name": "string",
"address": {
"street": "string",
"city": "string",
"postal_code": "string",
"country": "st"
}
},
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
],
"has_more": true,
"next_cursor": "string"
}