Skip to main content

Find users by term (DEPRECATED)

GET 

/v1/user/search

Only for administrators

Request

Query Parameters

    page.page int32

    Results page you want to retrieve (0..N)

    page.size int32

    Number of records per page

    page.sort string[]

    Sorting criteria in the format: property, (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.

    term stringrequired

    term

Responses

OK

Schema

    object

Loading...