Query Users



Required Role(s):
user_admin

Path Params
string
required

The name of the space (database) assigned to you.

Query Params
string

Limits the result by User (authentication) type.

string

Limits the result by only returning Users which have an id, email or a name that matches the passewd in search string.
The * wildcard is supported, but is automatically added to the beginning and end. The search string is NOT case sensitive.

string

Limits the result by only returning Users who are assigned the specified Role (id, name or bizId)

int32
Defaults to 0

Used together with pageSize. First page is zero, which is also the default.

int32
Defaults to 1000

Specifies the number of content items to return per page. Default is 100.

string
Defaults to userId

Overrides sorting, through a comma-separated list of fields

Response

Language
Click Try It! to start a request and see the response here! Or choose an example:
*/*