You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/v1/get-user-profile.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,13 @@ This information can be found near the top of [any user page](https://retroachie
20
20
21
21
### Query Parameters
22
22
23
-
| Name | Required? | Description |
24
-
| :--- | :-------- | :------------------- |
25
-
|`y`| Yes | Your web API key. |
26
-
|`u`| Yes | The target username. |
23
+
You must query the user by either their username or their ULID. Please note the username is not considered a stable value. As of 2025, users can change their usernames. Initially querying by username is a good way to fetch a ULID.
24
+
25
+
| Name | Required? | Description |
26
+
| :--- | :-------- | :---------------------- |
27
+
|`y`| Yes | Your web API key. |
28
+
|`u`|| The target username. |
29
+
|`i`|| The target user's ULID. |
27
30
28
31
## Client Library
29
32
@@ -74,6 +77,7 @@ if (response is NetworkResponse.Success) {
0 commit comments