Skip to main content
GET
cURL

Path Parameters

type
enum<string>
required

In order to identify the correct source for all groups or the group with the given ID, we need to know the group type.

Available options:
COMPANY,
PAYROLL_COMPANY,
TIME_COMPANY,
ORGANISATIONAL_UNIT

Query Parameters

id
string

Filter by id

Response

200 - application/json

OK

id
string

The group's identifier. Format depends on type:

  • COMPANY: UUID
  • PAYROLL_COMPANY: string
  • TIME_COMPANY: string
  • ORGANISATIONAL_UNIT: UUID
name
string

Textual name of the group.

type
enum<string>

Type of the group.

  • COMPANY
    1. Platform - Administration > Personnel Management > Companies (Formerly /companies)
  • PAYROLL_COMPANY
    1. Payroll Expert (Formerly /companies)
  • TIME_COMPANY
    1. Time Expert (Formerly /companies)
  • ORGANISATIONAL_UNIT
    1. Platform - Administration > Personnel Management > Organisational units (Formerly /divisions)
Available options:
COMPANY,
PAYROLL_COMPANY,
TIME_COMPANY,
ORGANISATIONAL_UNIT