Usuários

Lista os tipos de usuário

get/usuario-tipos

Response

Lista de tipos de usuário

statusinteger
errorsstring[]

Example response

{
  "status": 200,
  "response": [
    {
      "id": 1,
      "desc": "Administrador"
    }
  ],
  "errors": []
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.