Returns the authenticated registry profile document for this user.
GET /-/user/org.couchdb.user:{username}
Optionalsignal: AbortSignalOptional AbortSignal to cancel the request
npm user profile document
Returns package names associated with this user.
GET /-/by-user/{username}
Optional pagination parameters
Optionalsignal: AbortSignalOptional AbortSignal to cancel the request
Package names associated with the user
Represents an npm user, providing authenticated access to user profile information and package names associated with the account.
These endpoints require a registry auth token.
Example