Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 323 Bytes

user.update_self.md

File metadata and controls

18 lines (15 loc) · 323 Bytes

Payload

{
// Optional
    username: string;
    email: string;
    gender: string;
    pronoun: string;
}

Action

Updates the request user. Removes starting and trailing spaces from username.

The given gender must be present in organization/genders.

Permissions

The user must not be the anonymous.