GET api/users/GetUserFromDB?userIdentifier={userIdentifier}&userField={userField}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userIdentifier | string |
Required |
|
| userField | string |
Required |
Body Parameters
None.
Response Information
Resource Description
DataRowResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| dataInfo | DataSet |
None. |
Response Formats
application/json, text/json
Sample:
{}
application/scim+json
Sample:
{
"dataInfo": null
}