Skip to main content

Get all users

GET 

/v3/users

Get all users

Request

Query Parameters

    limit number

    Possible values: >= 1 and <= 50

    Default value: 50

    number of records to be fetched

    page number

    Possible values: >= 1

    Page of the contacts

Responses

Successful

Schema

    data

    object[]

  • Array [

  • id number

    User Id

    name string

    User name

    email string

    User email

    phone string

    User phone number

    admin boolean

    Is user an admin

    owner boolean

    Is user owner of the account

    agency_owner boolean

    Is user an agency owner

    verified boolean

    Is user account verified?

    role_id number

    Id of the user role

  • ]

  • has_next_page boolean
Loading...