v1
latestOpenAPI 3.0.02026-07-24622596.0 KBGroups
Retrieve Group
get/groups/{id}
Path parameters
idstring id required
ID of the Group
Response
Details about the group
Example response
{
"id": "3992883",
"company_id": "8292212",
"name": "The Psych Crew",
"users": [
{
"id": "2789583992",
"company_id": "8292212",
"email_address": "shawn@psych.co",
"status": "active",
"first_name": "Shawn",
"last_name": "Spencer",
"profile_image": [
{
"type": "original",
"uri": "https://static.companycam.com/VuS0rPvrnNA1490797262.jpg",
"url": "https://static.companycam.com/VuS0rPvrnNA1490797262.jpg"
}
],
"phone_number": "4025551212",
"created_at": 1490737206,
"updated_at": 1490737206,
"user_url": "https://app.companycam.com/users/1234"
}
],
"status": "active",
"group_url": "https://app.companycam.com/groups/1234",
"created_at": 1490737206,
"updated_at": 1490737744
}