UserProfile
This is the model for a user logged into Pieces.
Properties​
Name | Type | Description | Notes |
---|---|---|---|
var_schema | EmbeddedModelSchema | [optional] | |
picture | str | mapped from picture.URL pointing to the user's profile picture. | [optional] [default to 'https://picsum.photos/200'] |
str | [optional] [default to 'user@pieces.app'] | ||
created | GroupedTimestamp | [optional] | |
updated | GroupedTimestamp | [optional] | |
username | str | (unique) User's username. | [optional] |
id | str | ||
name | str | This is the name of the User. | [optional] |
aesthetics | Aesthetics | ||
vanityname | str | [optional] | |
allocation | AllocationCloud | [optional] | |
providers | ExternalProviders | [optional] | |
auth0 | Auth0UserMetadata | [optional] |