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 | ||
|---|---|---|
200successful operation
| ||
400Invalid input
| ||
404Player or access group not found
| ||
429Too many requests
|