# session.rejected Triggered when the Link session cannot be processed. Reason Codes and Description for session.rejected events are in the following table ### Reason Codes |Reason Code|Description| |--- |--- | |DATA_NOT_AVAILABLE| Individual was able to login successfully but verified data is not available or accessible to MeasureOne.| |INCOMPLETE_LOGIN| An error occurred during login that is now resolved. Please ask the individual to login again.| Endpoint: POST session.rejected Version: 3.0 Security: Bearer, Basic, Internal, None ## Request fields (application/json): - `individual_id` (string) Unique ID of the Individual identified by MeasureOne Example: "idv_Cevp4Jw9CIsEeNjpgAAjy2EZt3R" - `datarequest_id` (string) Unique ID of the Data Request identified by MeasureOne Example: "dr_TSEne2SSjP3GvpVrs5HLol4xor2" - `external_id` (string) Your identifier for the Individual Example: "ABCDECD" - `session_id` (string) MeasureOne's Unique ID of the session in which Example: "tls_1fGYo0n2ggSN7iROJNkvxFDkovE" - `reason_code` (string) Reason code for rejection Example: "INCOMPLETE_LOGIN" - `description` (string) Description about the reason_code Example: "An error occurred during login that is now resolved. Please ask the individual to login again" - `event` (string) Name of the event Example: "session.rejected"