Users
A user represents a Account used to Access/Login to our site. It is not associated with any other platform like Discord. However we do store some of your Discord User Info such as ID and Username.
Not all endpoints are documented here. See here (opens in a new tab) for more accurate documentation regarding users
Get User
GET
users/:user_idRetrieves information about a particular user based on their User ID.
Structure
The structure returned by this API is quite complex, large and always expanding. Please see here (opens in a new tab) for a much more accurate documentation on all keys sent by this endpoint
Field | Type | Description |
---|---|---|
user. | User | The user object of the user on the site. |
about | String? | Some information about the User. |
certified | Boolean | The users IBL Certified Dev Status. |
bot_developer | Boolean | The users Bot Developer Status. |
staff | Boolean | If the User is IBL Staff (True or False). |
extra_links | Array[Link] | The extra links of a user |
Example Response
See here (opens in a new tab) for an example response returned by this API. Note that it is quite large and combines data that was previously in seperate endpoints to reduce the number of required API requests.