|
18 | 18 |
|
19 | 19 |
|
20 | 20 | ## Response |
21 | | -`200 OK` |
| 21 | +`403 Forbidden` |
22 | 22 |
|
23 | 23 | | Header | Value | |
24 | 24 | | ------ | ----- | |
|
34 | 34 |
|
35 | 35 | ```jsonc |
36 | 36 | { |
37 | | - "allowGroupJoinPrompt": true, |
38 | | - "bannerId": null, |
39 | | - "bannerUrl": "https://assets.vrchat.com/www/groups/default_banner.png", |
40 | | - "createdAt": "<unstable: string>", |
41 | | - "description": "My exciting new group․ It's pretty niftyǃ", |
42 | | - "discriminator": "<unstable: string>", |
43 | | - "galleries": [], |
44 | | - "iconId": null, |
45 | | - "iconUrl": "https://assets.vrchat.com/www/groups/default_icon.png", |
46 | | - "id": "<unstable: string>", |
47 | | - "isVerified": false, |
48 | | - "joinState": "invite", |
49 | | - "languages": [], |
50 | | - "lastPostCreatedAt": null, |
51 | | - "links": [], |
52 | | - "memberCount": 1, |
53 | | - "memberCountSyncedAt": "<unstable: string>", |
54 | | - "membershipStatus": "member", |
55 | | - "myMember": { |
56 | | - "groupId": "<unstable: string>", |
57 | | - "has2FA": true, |
58 | | - "id": "<unstable: string>", |
59 | | - "isRepresenting": false, |
60 | | - "isSubscribedToAnnouncements": true, |
61 | | - "isSubscribedToEventAnnouncements": true, |
62 | | - "joinedAt": "<unstable: string>", |
63 | | - "lastPostReadAt": null, |
64 | | - "mRoleIds": [], |
65 | | - "membershipStatus": "member", |
66 | | - "permissions": [ |
67 | | - "*", |
68 | | - "group-instance-join", |
69 | | - "group-instance-open-create", |
70 | | - "group-instance-plus-create", |
71 | | - "group-instance-public-create", |
72 | | - "group-members-viewall" |
73 | | - ], |
74 | | - "roleIds": "<unstable: array of strings>", |
75 | | - "userId": "usr_9439f8cc-1c6b-4dca-9a07-d2eccb570701", |
76 | | - "visibility": "visible" |
77 | | - }, |
78 | | - "name": "Test 2", |
79 | | - "ownerId": "usr_9439f8cc-1c6b-4dca-9a07-d2eccb570701", |
80 | | - "privacy": "default", |
81 | | - "rules": "", |
82 | | - "shortCode": "<unstable>", |
83 | | - "tags": [], |
84 | | - "transferTargetId": null, |
85 | | - "updatedAt": "<unstable: string>" |
| 37 | + "error": { |
| 38 | + "message": "You don't have permission․", |
| 39 | + "status_code": 403 |
| 40 | + } |
86 | 41 | } |
87 | 42 | ``` |
0 commit comments