Authorization: Bearer ********************curl --location --request GET '/service-grant/user-grants?user_ids=1,2,3,4' \
--header 'Authorization: Bearer <token>'{
"user_grants": [
{
"entid": 26413,
"ent_userid": 226589,
"features": [
{
"featureid": "global-connect",
"is_granted": true
}
]
},
{
"entid": 26413,
"ent_userid": 1447389,
"features": [
{
"featureid": "global-connect",
"is_granted": true
}
]
},
{
"entid": 26413,
"ent_userid": 1447387,
"features": [
{
"featureid": "global-connect",
"is_granted": true
}
]
}
]
}