v1

latestSwagger 2.02026-08-065854114.9 KB
users

List and search users of your account.

get/users

Query parameters

idinteger

User ID.

namestring

Name prefix.

emailstring

Email prefix.

activeboolean

Whether the user is active or not.

Response

OK

Example response

{
  "data": [
    {
      "contact": {
        "work": "(99) 9999-9999",
        "mobile": "(99) 99999-9999",
        "whatsapp": "+5511999999999"
      }
    }
  ]
}