AcceptOrganizationInviteResult
Properties
| Property | Type | Required | Description |
|---|---|---|---|
affiliate_referral_code |
string,null | No | |
organization_id |
string | Yes | |
organization_name |
string | Yes | |
role |
string | Yes |
View JSON Schema
{
"type": "object",
"required": [
"organization_id",
"organization_name",
"role"
],
"properties": {
"affiliate_referral_code": {
"type": [
"string",
"null"
]
},
"organization_id": {
"type": "string",
"format": "uuid"
},
"organization_name": {
"type": "string"
},
"role": {
"type": "string"
}
}
}