GET
/public/v1/user-groups/{userGroupId}
curl \
--request GET 'https://live.smartpmtech.com/public/v1/user-groups/{userGroupId}' \
--header "X-API-KEY: $API_KEY" \
--header "X-COMPANY-ID: string"
Response examples (500)
{}
Response examples (200)
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "Project Managers",
"users": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"firstName": "Kirby",
"lastName": "Smart",
"email": "kirby.smart@blah.com",
"phoneNumber": "+1-555-123-4567",
"title": "Project Manager",
"lastLogin": "2024-01-01T12:00:00+00:00",
"loginCount": 42,
"role": "Admin",
"ssoUser": true,
"reportingRestricted": false
}
]
}