set_name

Function set_name 

Source
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 characters
  • last_name - The new value of the optional last name for the current user; 0-64 characters
  • client_id - The client id to send the request to