GET
/
api
/
hris
/
v1
/
groups
/
{id}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-connector-token
string
required

Path Parameters

id
string
required

Query Parameters

include_raw_data
boolean
default:
false

Whether to include the original data Bindbee fetched from the third-party to produce these models.

include_custom_fields
boolean
default:
false

Whether to include custom fields in the response.

Response

200 - application/json

The Group object is used to represent a hierarchy in employees

custom_fields
object | null
required

The custom fields related to the model

id
string
required
is_commonly_used_as_team
boolean | null
required

The group is commonly used as a team.

modified_at
string
required

This is the datetime that this object was last updated by Bindbee

name
string | null
required

The group name.

parent_group
string | null
required

The parent group id.

remote_id
string | null
required

The third-party API ID of the matching object.

type
string | null
required

The group type.

raw_data
object | null

This is the Raw data