| Name | Type | Description | Notes |
|---|---|---|---|
| user_id | int | ID of the User requesting to join the group | |
| group_id | int | ID of the Group to which admission is requested | |
| id | int | Unique object identifier. | [optional] |
| status | str | Admission request status. Can be one of either 'pending', 'accepted', or 'declined'. | [optional] |