Get user group by lead user
GET
/v1/users/group/by-lead/{uuid}Path parameters
- Unique identifier of the lead user.
Responses
/** Imported from delio-core. */
interface UserGroupAccountResource {
/** uuid from delio-core. */
uuid: string
/** unreadNotificationsCount from delio-core. */
unreadNotificationsCount: number
/** users from delio-core. */
users: UserGroupByLeadResource[]
}curl https://your-url.com/kong/core/api/gateway/v1/users/group/by-lead/{uuid}\
-H "Authorization: Bearer $DELIO_API_KEY"\
-H "Content-Type: application/json"