Profile
View account information, user ID and change password
The Profile section contains information about your Notify Partners account and allows you to manage security settings.
Account Information
The profile page displays the following data:
| Field | Description |
|---|---|
| The email address you registered with | |
| User ID | The unique identifier of your account in the system |
| Registration date | When the account was created |
User ID may be needed when contacting support or configuring system integrations.
Change Password
To change your password:
- On the Profile page, find the "Change Password" section.
- Enter your current password.
- Enter a new password — at least 8 characters.
- Repeat the new password to confirm.
- Click Save.
If you have forgotten your current password, contact the system administrator for a reset.
Account Security
A few recommendations for secure operation:
- Use a strong password of at least 12 characters with a combination of letters, numbers and special symbols.
- Do not share your password with third parties — use API Keys for programmatic access.
- Regularly check the Activity Log — it shows all operations performed in your account.
- If you suspect a compromise — change your password immediately and recreate all API keys.
Access Control
If multiple people or services work with your account, do not give them your password directly. Instead:
- Create separate API Keys with the required access level (
read,writeoradmin). - Use Scoped API Keys with
project_idto isolate resources between teams.
This allows you to revoke a specific participant's access at any time without changing your password. More details — in the API Keys section.