Input | Type | Description |
---|---|---|
user_id | integer | [required] The user ID to look up. |
guild_id | string | The Discord guild / server ID to get server profile information from. The user must be a member of this guild. |
Output | Type | Description |
---|---|---|
discord_user | array | The user's Discord account information. |
server_profile | array | The user's server profile information (if guild_id is provided). |
Input | Type | Description |
---|---|---|
discord_user_id | string | [required] The Discord user ID to look up. |
Output | Type | Description |
---|---|---|
user | User|null | The user that is linked to the provided Discord user ID |