POST api/v1/users/validate
Validates the basic info of a list of users
Request Information
URI Parameters
None.
Body Parameters
List with users to validate
Collection of UserToValidate| Name | Description | Type | Additional information |
|---|---|---|---|
| Identifier | string |
None. |
|
| Model | User |
None. |
|
| ValidationErrors | Collection of ValidationError |
None. |
Response Information
Resource Description
List of users with validation errors, validation errors included
Collection of UserToValidate| Name | Description | Type | Additional information |
|---|---|---|---|
| Identifier | string |
None. |
|
| Model | User |
None. |
|
| ValidationErrors | Collection of ValidationError |
None. |