For the complete documentation index, see llms.txt. This page is also available as Markdown.

All

Listar todos os grupos de usuario do portal

get
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Parâmetros de consulta
searchstringOpcionalDefault: ""
profilestring · enumOpcional

Tipo de Perfil

Valores possíveis:
Respostas
200

User Groups listed

application/json
idstringOpcional
namestringOpcional
profilestring · enumOpcionalValores possíveis:
activebooleanOpcional
get/portal-user-groups/user-groups/all
GET /api/b2b/portal-user-groups/user-groups/all HTTP/1.1
Host: api.zydon.com.br
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
  {
    "id": "text",
    "name": "text",
    "profile": "SELLER",
    "active": true
  }
]