kemproApiV2OrgUsersPost method
- required UserAdditionV2Body? body,
Add a user to a dealer organizations fleet.
Implementation
Future<chopper.Response> kemproApiV2OrgUsersPost(
{required UserAdditionV2Body? body}) {
return _kemproApiV2OrgUsersPost(body: body);
}