Profile Settings
User profile settings including email preferences, notification settings, and administrative permissions.
Returns profile settings for all users (admin only endpoint). Requires authentication and edit_any_profile permission.
List of profile settings
Unauthorized - authentication required
Forbidden - insufficient permissions
Internal server error
Updates the authenticated user's profile settings (email, notifications, etc.).
Schema for updating own profile settings
Update email address
Mark email as verified (admin only)
Settings updated successfully
Bad request - invalid parameters or body
Unauthorized - authentication required
Internal server error
Returns profile settings for a specific user (admin only). Requires authentication and edit_any_profile permission.
Ethereum address of the user
0x1234567890123456789012345678901234567890Pattern: ^0x[a-fA-F0-9]{40}$Profile settings
Unauthorized - authentication required
Forbidden - insufficient permissions
Not found - resource doesn't exist
Internal server error
Updates permissions for a specific user (admin only). Requires authentication and edit_any_profile permission.
Ethereum address of the user
^0x[a-fA-F0-9]{40}$Schema for updating another user's profile settings (admin only)
Settings updated successfully
Bad request - invalid parameters or body
Unauthorized - authentication required
Forbidden - insufficient permissions
Not found - resource doesn't exist
Internal server error
Last updated