Get All Roles
GET
/users/v1/role
Get all current roles. Including their custom_data and login_loot_rewards.
Authorizations
- HTTPBearerHeadersOrCookie
Responses
200
Successful Response
Array<object>
Role object that is used to define a role for a player
object
role_id
required
Unique Role ID
string
custom_data
Custom data for the role
object
login_loot_rewards
List of loot table item ids that are fulfilled for the player when they begin a new inventory session
Array<integer>
400
Bad Request
object
auth_success
boolean
error_code
required
string
desc
required
string
403
Forbidden
object
auth_success
boolean
error_code
required
string
desc
required
string