com.atproto.server.createInviteCodes
#main
Create invite codes.
Input
- Encoding: application/json
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| codeCount | integer | - | ✅ | - |
| useCount | integer | - | ✅ | - |
| forAccounts | array of string | - | ❌ | - |
Output
- Encoding: application/json
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| codes | array of #accountCodes | - | ✅ | - |
#accountCodes
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| account | string | - | ✅ | - |
| codes | array of string | - | ✅ | - |