SetName constructor

SetName(
  1. {required String first_name,
  2. required String last_name,
  3. int? extra,
  4. int? clientId}
)

Changes the first and last name of the current user

Returns Ok

Implementation

SetName