...
Task<User>
API
POST
/api/v1/users
...
Parameters
Parameter | Description | Parameter Type |
---|---|---|
userDTO | UserDTO | Request body |
excludeCoordinates (optional) | Set excludeCoordinates to true to exclude coordinates information | Request body |
...
...
Task<User>
POST
/api/v1/users
...
Parameter | Description | Parameter Type |
---|---|---|
userDTO | UserDTO | Request body |
excludeCoordinates (optional) | Set excludeCoordinates to true to exclude coordinates information | Request body |
...