> For the complete documentation index, see [llms.txt](https://anilist.gitbook.io/anilist-apiv2-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://anilist.gitbook.io/anilist-apiv2-docs/docs/reference/object/userpreviousname.md).

# UserPreviousName

A user's previous name

| Field         |                                                                                              Argument | Type                                                | Description |
| ------------- | ----------------------------------------------------------------------------------------------------: | --------------------------------------------------- | ----------- |
| **name**      | [String](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/string/README.md) | A previous name of the user.                        |             |
| **createdAt** |       [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | When the user first changed from this name.         |             |
| **updatedAt** |       [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | When the user most recently changed from this name. |             |
