diff --git a/developers/resources/user.mdx b/developers/resources/user.mdx
index 3e8ad9aef4..1a5deb1bcd 100644
--- a/developers/resources/user.mdx
+++ b/developers/resources/user.mdx
@@ -240,10 +240,11 @@ The role connection object that an application has attached to a user.
###### Application Role Connection Structure
-| Field | Type | Description |
-|---------------|---------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| platform_name | ?string | the vanity name of the platform a bot has connected (max 50 characters) |
-| metadata | object | object mapping [application role connection metadata](/developers/resources/application-role-connection-metadata#application-role-connection-metadata-object) keys to their `string`-ified value (max 100 characters) for the user on the platform a bot has connected |
+| Field | Type | Description |
+|--------------------|---------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| platform_name? | ?string | the vanity name of the platform a bot has connected (max 50 characters) |
+| platform_username? | ?string | the username on the platform a bot has connected (max 100 characters) |
+| metadata? | object | object mapping [application role connection metadata](/developers/resources/application-role-connection-metadata#application-role-connection-metadata-object) keys to their `string`-ified value (max 100 characters) for the user on the platform a bot has connected |
## Get Current User
/users/@me