List all TenantUsers matching parameters

GET {{baseUrl}}/v1/TenantUsers?select=eu&page=61551403&size=61551403&skip=61551403&sortBy=eu&asc=true&filters=eu&q=eu&workspaceId=61551403&ids=88057944&ids=-17779712

Request Params

KeyDatatypeRequiredDescription
selectstringComma separated list of fields
pagenumberPagination index (1 based, page 1 = 1, page 2 = 2...)
sizenumberSize of the result page (default: 20, max 500)
skipnumberThe number of items to skip (if not provided, it will use the default page and size prop)
sortBystringThe field to sort
ascbooleanTrue to sort ascending
filtersstringA serialized as json filter string using the JsonRuleEngine.net format
https://github.com/antoinebidault/JsonRuleEngine.Net
The filters is a query param, that's why he must be properly serialized as a json string and url encoded
e.g. {"field":"ProcessingType", "operator":"notEqual", "value": "Done"}
The field prop must match one property name of the object (present in the output results)
The operator can be equal,
notEqual,
lessThan,
lessThanInclusive,
greaterThan,
greaterThanInclusive,
in,
notIn,
contains,
doesNotContains,
isNull,
isNotNull,
isEmpty
You can combine the filters as following :
{ "separator":"Or","rules": [{"field":"ProcessingType", "operator":"notEqual", "value": "Done"},{"field":"ProcessingType", "operator":"isNull"}]}
Serialize the filter param as following:
?filters=${uriEncodeComponent(JSON.stringify({"field":"ProcessingType", "operator":"notEqual", "value": "Done"}))}
qstring
workspaceIdnumber
idsnumberIds
idsnumberIds

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"items":[{"role":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"phoneNumber":"incididunt cillum id reprehender","address":"anim ut sunt magna","zipCode":"eu","city":"dolor","countryCode":"e","username":"anim eu nostrud voluptate","bio":"fugiat Ut cillum enim","blogUrl":"esse magna tempor","isInvited":false,"isOwner":false,"timeZone":"dolore in minim pariatur","language":"consectetur anim aliquip","dateCreation":"1966-03-31T01:33:42.777Z","dateUpdate":"1969-07-01T19:45:04.057Z","invitations":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}],"loginProviders":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}],"roles":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}],"adminPermissions":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}],"teams":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}],"active":true,"canReceiveNotification":false,"emailVerified":true,"configuration":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"tenantOwnerId":5544818,"tenantOwner":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"ssoConfigurationId":"velit minim elit dolore","twoFactorAuthEnabled":true,"ssoGloballyEnabled":true,"id":85951965,"displayName":"fugiat anim","familyName":"veniam","givenName":"minim laboris amet ut","email":"dolor enim est cillum","color":"Lorem cillum laboris do","avatarUrl":"velit eu","tenantId":-78672997},{"role":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"phoneNumber":"incididunt Ut","address":"pariatur ut id","zipCode":"ex","city":"tempor magna","countryCode":"i","username":"mollit aute","bio":"cupidatat dolore adipisicing","blogUrl":"exercitation adipisicing","isInvited":true,"isOwner":false,"timeZone":"minim laborum id ea amet","language":"sit cupidatat deserunt","dateCreation":"1994-06-25T01:23:18.607Z","dateUpdate":"1977-07-13T09:12:23.122Z","invitations":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}],"loginProviders":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}],"roles":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}],"adminPermissions":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}],"teams":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}],"active":true,"canReceiveNotification":false,"emailVerified":true,"configuration":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"tenantOwnerId":57702675,"tenantOwner":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"ssoConfigurationId":"proident deserunt fugiat amet","twoFactorAuthEnabled":false,"ssoGloballyEnabled":true,"id":42105573,"displayName":"et in ad in","familyName":"ex proident ut","givenName":"cillum fugiat nostrud ut","email":"minim proident eiusmod magna","color":"ea dolore","avatarUrl":"mollit Duis pariatur","tenantId":-46161420}],"total":-8999502,"size":38593348,"page":-63200859}