pub async fn set_name(
first_name: String,
last_name: String,
client_id: i32,
) -> Result<(), Error>Expand description
Changes the first and last name of the current user
ยงArguments
first_name- The new value of the first name for the current user; 1-64 characterslast_name- The new value of the optional last name for the current user; 0-64 charactersclient_id- The client id to send the request to