The user's avatar data. This generally contains a URL within this property's 'contents' array.
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
JsonNullable<String> | ➖ | Unique identifier | 8187e5da-dc77-475e-9949-af0f1fa4e4e3 |
remoteId |
JsonNullable<String> | ➖ | Provider's unique identifier | 8187e5da-dc77-475e-9949-af0f1fa4e4e3 |
name |
JsonNullable<String> | ➖ | The name of the file | My Document |
category |
JsonNullable<IamUserCategory> | ➖ | The category of the file | templates, forms, backups, etc. |
contents |
List<Content> | ➖ | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible. The content of the file. Deprecated, use url and file_format one level up instead |
|
categoryId |
JsonNullable<String> | ➖ | The categoryId of the documents | 6530 |
createdAt |
OffsetDateTime | ➖ | The creation date of the file | 2021-01-01T01:01:01.000Z |
updatedAt |
OffsetDateTime | ➖ | The update date of the file | 2021-01-02T01:01:01.000Z |
remoteUrl |
JsonNullable<String> | ➖ | URL where the file content is located | https://example.com/file.pdf |
fileFormat |
JsonNullable<IamUserFileFormat> | ➖ | The file format of the file |