GET api/IngestFileCheckUser?userSpecifier={userSpecifier}&idX={idX}&guid={guid}

Checks for the existence of a user based on a specified identifier such as full name, username, or profile field value.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userSpecifier

The method of identifying the user (e.g., "fullname").

string

Required

idX

The value to match against the specified user identifier.

string

Required

guid

Optional form element GUID used when searching via user profile metadata.

string

Required

Body Parameters

None.

Response Information

Resource Description

On success: HTTP 200 OK with a `DataRowResponse` containing user details. On failure: HTTP 400 Bad Request with a generic error message.

DataRowResponse
NameDescriptionTypeAdditional information
dataInfo

DataSet

None.

Response Formats

application/json, text/json

Sample:
{}

application/scim+json

Sample:
{
  "dataInfo": null
}