Get User Profile
Retrieve the current user’s profile information.Response
Update User Profile
Update profile information for the current user.Request Schema
Response
Returns the updated profile object with the same structure as the GET response.Upload Avatar
Upload a new profile avatar image.Requirements
- File formats: JPEG, PNG, GIF
- Max file size: 5MB
- Dimensions: Minimum 100x100px, maximum 2048x2048px
- Aspect ratio: Will be cropped to square
Response
Update Preferences
Update user preferences and account settings.Request Schema
Code Examples
Python SDK
JavaScript SDK
Error Responses
400 Bad Request
413 Payload Too Large
415 Unsupported Media Type
Best Practices
Profile Updates
- Keep profile information current for better collaboration
- Use professional avatar images for business accounts
- Include relevant contact information to help team members connect
Security Considerations
- Profile information is visible to team members and collaborators
- Avoid including sensitive information in bio or public fields
- Regularly review and update privacy preferences
Avatar Guidelines
- Use high-quality images for best results
- Square images work best (will be cropped if not square)
- Consider using consistent branding across your organization
Use Cases
Personal Branding
Localization Setup
Team Integration
Authorizations
API key authentication. Use 'Bearer YOUR_API_KEY' format.
Body
application/json
Response
200 - application/json
Profile updated successfully
The response is of type object
.