Example queries:
cql=type=user // will return all users
cql=user="1234" // will return user with accountId “1234”
// You can also use IN, NOT IN, != operators
cql=user IN ("12", "34") // will return users with accountids “12” and “34”
cql=user.fullname~jo // will return users with nickname/full name starting with “jo”
cql=user.accountid="123" // will return user with accountId “123”
Optional
cqlcontextThe space, content, and content status to execute the search against.
'cqlcontext={%22spaceKey%22:%22TEST%22, %22contentId%22:%22123%22}';
Optional
cursorPointer to a set of search results, returned as part of the next or prev URL from the previous search call.
Optional
includeInclude content from archived spaces in the results.
false
Optional
limitThe maximum number of content objects to return per page. Note, this may be restricted by fixed system limits.
25
0
Optional
startThe starting index of the returned users.
Generated using TypeDoc v0.25.12
The CQL query to be used for the search. See Advanced Searching using CQL for instructions on how to build a CQL query.