Field | Type | Required | Description | Example |
---|---|---|---|---|
parent_group |
OptionalNullable[str] | ➖ | The UUID of the parent group | 801f9ede-c698-4e66-a7fc-48d19eebaa4f |
name |
OptionalNullable[str] | ➖ | The name of the group | Engineering Team |
type |
OptionalNullable[str] | ➖ | The type of the group | DEPARTMENT |
field_mappings |
OptionalNullable[models.UnifiedHrisGroupOutputFieldMappings] | ➖ | The custom field mappings of the object between the remote 3rd party & Panora | { "custom_field_1": "value1", "custom_field_2": "value2" } |
id |
OptionalNullable[str] | ➖ | The UUID of the group record | 801f9ede-c698-4e66-a7fc-48d19eebaa4f |
remote_id |
OptionalNullable[str] | ➖ | The remote ID of the group in the context of the 3rd Party | group_1234 |
remote_data |
OptionalNullable[models.UnifiedHrisGroupOutputRemoteData] | ➖ | The remote data of the group in the context of the 3rd Party | { "raw_data": { "additional_field": "some value" } } |
remote_created_at |
date | ➖ | The date when the group was created in the 3rd party system | 2024-10-01T12:00:00Z |
created_at |
date | ➖ | The created date of the group record | 2024-10-01T12:00:00Z |
modified_at |
date | ➖ | The last modified date of the group record | 2024-10-01T12:00:00Z |
remote_was_deleted |
OptionalNullable[bool] | ➖ | Indicates if the group was deleted in the remote system | false |