Returns a list of user group IDs for the authenticated user.
GET
/api-v1/myaccount/user-group-ids
curl \
--request GET 'https://wyzio.app/api-v1/myaccount/user-group-ids'
Response examples (200)
[
42
]
Returns a list of user group IDs for the authenticated user.
curl \
--request GET 'https://wyzio.app/api-v1/myaccount/user-group-ids'
[
42
]