AvatarProvider Object
Contains information about a user's avatar provider.
This object is used by the following operations:
- Operations that reference the AvatarProviders object; for example, the GET /api/users/{UserID}/avatarproviders operation.
The properties included in the AvatarProvider object are listed below. All values are optional.
| Property | Type | Description |
|---|---|---|
| Type | string | The type of avatar provider, such as Gravatar. |
| Url | string | The URL for the avatar provider. |