Count
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Respostas
200
User groups counted
application/json
totalPortalUserGroupsinteger · int64Opcional
404
Portal was not found
application/json
500
An internal server error was thrown
application/json
get/portal-user-groups/count
GET /api/b2b/portal-user-groups/count HTTP/1.1
Host: api.zydon.com.br
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"totalPortalUserGroups": 1
}