POST api/v1/organisations/{organisationKey}/getMatchingUsers
Best fitting users given the search criteria Use this endpoint if you have to match many users, this increases the performance.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| organisationKey | globally unique identifier |
Required |
Body Parameters
Collection of UserMatchingDto| Name | Description | Type | Additional information |
|---|---|---|---|
| FirstName | string |
None. |
|
| MiddleName | string |
None. |
|
| LastName | string |
None. |
|
| UserType | UserType |
None. |
|
| EmailAddress | string |
None. |
|
| EckId | string |
None. |
Response Information
Resource Description
List with matching keys, Null means no match. Index of the results correspond with indexes on the request.
Collection of globally unique identifier