For AI agents: the complete documentation index is available at llms.txt; this page is also available as Markdown at index.md. Documentation > Search > Search Criteria reference > UserId UserId Criterion¶ The UserId Search Criterion searches for content based on the User ID. Arguments¶ value - int(s) representing the User ID(s) Example¶ XMLJSON 1 2 3 4 5<Query> <Filter> <UserIdCriterion>14</UserIdCriterion> </Filter> </Query> 1 2 3 4 5"Query": { "Filter": { "UserIdCriterion": "14" } } Copy as Markdown View as Markdown View on GitHub