POST api/v1/organisations/{organisationKey}/getMatchingUser
Best fitting user given the search criteria
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| organisationKey | globally unique identifier |
Required |
Body Parameters
UserMatchingDto| Name | Description | Type | Additional information |
|---|---|---|---|
| FirstName | string |
None. |
|
| MiddleName | string |
None. |
|
| LastName | string |
None. |
|
| UserType | UserType |
None. |
|
| EmailAddress | string |
None. |
|
| EckId | string |
None. |