Documentation Index
Fetch the complete documentation index at: https://mintlify.com/xmistt/rebootpy/llms.txt
Use this file to discover all available pages before exploring further.
BlockedUser
Represents a blocked user from Fortnite. Inherits fromUserBase.
Properties
TheBlockedUser class inherits all properties from UserBase, including:
display_name
Optional[str] - The user’s display name.
id
str - The user’s ID.
external_auths
List[ExternalAuth] - List containing information about external auths. Might be empty if the user does not have any external auths.
epicgames_account
bool - Tells you if the user is an account registered to Epic Games services. False if the user is from another platform without having linked their account to an Epic Games account.
jid
str - The JID of the user.
disabled
bool - Whether or not this user’s account is disabled, meaning they cannot login. Other attributes/functions may not work properly if this is true.
Methods
unblock()
HTTPException- Something went wrong while unblocking this user.