PREFERENCES route).
Available options
Update name
Change your first name and last name.
Update email
Replace your current email address with a new one.
Update phone number
Change your registered phone number.
Groups
View your group memberships and join or leave groups.
All update forms use
react-hook-form with zod schema validation. Validation runs client-side before any API call is made.Update name
Route:UPDATE_NAME
Change the first name and last name on your account.
Enter your names
Fill in both fields:
- First Name — required, auto-capitalised.
- Last Name — required, auto-capitalised.
Update email
Route:UPDATE_EMAIL
Replace your registered email address.
Enter email addresses
Fill in both fields:
- Old Email — your current email address. Must be a valid email format.
- New Email Address — the email you want to switch to. Must be a valid email format.
Update phone number
Route:UPDATE_NUMBER
Change the phone number associated with your account.
Enter your current number
The input field is pre-populated with the country dial code (defaulting to
+1868 for Trinidad and Tobago). Tap the flag icon to open the country picker and select a different country if needed.Type your current phone number after the prefix. The prefix is immutable — if you delete it, it is restored automatically.Enter your new number
Repeat the same process for your new phone number, selecting the correct country code.
Both fields require a non-empty phone number. Submitting with either field blank shows an “Invalid Number” error and no API call is made.
Groups
Route:GROUPS
Tap Groups to view and manage your DOSS group memberships. See the Groups feature page for full documentation.