Get User Group by ID
Explore how to get a user group by ID
Get User Group by ID
GET
Query Parameters
Name
Type
Description
group_id
String
Returns the user group for the given group ID
Headers
Name
Type
Description
Api-key
String
Auth-key E.g.- 33223kjhdcscijhb5sdbsdmjsdcbj5
{
"status": true,
"msg": "Success.",
"code": 200,
"data": [{
"group_id": "632168e56f9faa22f091782b",
"project_id": "620e3ab8dea1d50efec54581",
"description": "user-group-11",
"users": ["62eb672606f8a0093ab8e3ab", "621e0782aa28db38198093e6"],
"updated_at": "2022-09-14T05:38:44.622",
"created_at": "2022-09-14T05:38:44.622"
}]
}
Sample Request
curl --location --request GET 'https://api.roam.ai/v1/api/group/?group_id=632168e56f9faa22f091782b' \
--header 'Api-key: 289eb8eb262140629664078bec76d60c'
Last updated
Was this helpful?