Skip to main content

Search users

Get list of users, you can apply filters using the 'username' or 'email' parameters. Please note that at least one of these parameters must be provided in order to receive any results.

Query Parameters
    username string

    search using username

    email string

    search using email

    client_auth_token string required

    Client API token

Responses

Users list, respose will have user id and username or email


Schema
    items object[]
  • Array [
  • id integer

    User Id.

    username string

    Username.

  • ]
Loading...