Your profile
This is the page where you change your own personal details, like your name, your photo, and your password.
Why it matters
Keeping your details up to date makes it easy for your teammates to recognize you, and a strong password keeps your account safe.
Step by step
Open your profile
Click your name or photo in the corner of the screen, then choose Profile.
Change your name or photo
Type a new display name in the name box. To add a photo, click the photo area and pick a picture from your device.
Set a new password
Find the password section, type your new password, and confirm it. Use a mix of upper and lower case letters and at least one number.
Save your changes
Click Save. Your new details take effect right away.
TIP
If a save button looks greyed out, double-check that your password matches in both boxes.
Good to know
- Your password needs both upper and lower case letters and at least one number.
- You can pick a profile photo from your own device.
- Your email address and username can't be changed on this page.
- You can switch the app's language from the settings menu.
Related
For developers
GET /api/v1/account/me fetch profile
PATCH /api/v1/account/me update fields
POST /api/v1/account/change-password change password- Display name and phone are editable; phone uses international format and is validated by
libphonenumber-js. - Password rules: 8–64 characters, must contain upper / lower / digit.
- Profile photo is uploaded via the Files Library.
- Email and username are read-only on this page — changing them requires a verification round-trip not yet exposed in the UI.