recruiter_user_updated

Overview

The recruiter_user_updated event is sent after an existing HCM user has been updated.

Event Parameters

ParameterData TypeDescription
EventNamestringThe name of the specific event.
FrontOfficeTenantIdintegerFront office ID that indicates the tenant (client) for which the request is being made.
ResourcestringEvent specific information:

UserId(integer): The identifier for the user.
CorrelationId(string): Unique identifier for this event.
ResourceModelTypestring.NET class name for the Resource.
CorrelationIdstringUnique identifier for this event.

Sample Event

{
  "EventName": "recruiter_user_updated",
  "FrontOfficeTenantId": 6,
  "Resource": "{\"UserId\":36212,\"CorrelationId\":\"0c015041-e381-448a-b654-a398a025a2e5\"}",
  "ResourceModelType": "Avionte.Commons.CompasEventModel.ResourceModel.UserResourceModel, Avionte.Commons.CompasEventModel, Version=1.2.4.0, Culture=neutral, PublicKeyToken=null",
  "CorrelationId": "0c015041-e381-448a-b654-a398a025a2e5"
}

Associated Endpoint

For details about the recruiter user, check the Get a User by ID endpoint.