SmugMug API
Tutorial
API Concepts
Advanced
- Optimizing response sizes
- Expanding related data
- Configuring expansions
- Rate Limits
- Method and Content Overrides
- Performance Metrics
- Multi-get
- Options requests
Live API Browser
Reference
User
This reference only covers the most important details. Use the Live API Browser to see everything.
Live example: /api/v2/user/cmac
A user is a SmugMug user account.
Special users
Two special endpoints return a user relative to the current session:
/api/v2!authuser | The authenticated user |
/api/v2!siteuser | The user whose domain you are on |
Important fields
Name | Description |
---|---|
Name | This user's display name (as set by the user) |
ViewPassHint | The hint for the site password |
Important links
Name | Description |
---|---|
Features | Get a list of features available to this user |
Node | This user's root node (a node is a folder, album, or page, although the root node is always a folder) |
UnlockUser | Unlock this user's site (only present if locked) |
UserProfile | This user's public profile |