ModifyUser
Extends:
js/models/models/Request/Request.js~Request → ModifyUser
Adjusts user config
Constructor Summary
Public Constructor | ||
public |
constructor(profile: Object) Requires authorization |
Method Summary
Public Methods | ||
public |
format() |
Public Constructors
public constructor(profile: Object) source
Requires authorization
Params:
Name | Type | Attribute | Description |
profile | Object | ||
profile.email | string |
|
User email |
profile.name | string |
|
User display name |
profile.followingIsPublic | boolean |
|
If following is public |
profile.linkedStackexchangeIsPublic | boolean |
|
If linked SE accounts are public |
profile.notifications | boolean |
|
If user wants notifications |