Add player to access group
Add a player to an access group with specified membership type and duration. ⚠️ This action has a cooldown of 5 seconds, per player.
Path Parameters |
---|
uuid uuid — REQUIREDUUID of the player |
groupId integer — REQUIREDID of the access group |
Request Body — REQUIRED |
---|
period string — REQUIREDDuration period. Available options include:
|
membership_type integer — REQUIREDPossible values: [ Membership type: 0=Member, 1=Trial, 2=Priority |
Responses | ||
---|---|---|
200 successful operation
| ||
400 Invalid input
| ||
404 Player or access group not found
| ||
429 Too many requests
|