Authorized operation result.
application/json
{
"$ref": "#/components/schemas/CanonicalUpdateRepresentativePreviewResponse",
"type": "object",
"properties": {
"data": {
"$ref": "#/components/schemas/CanonicalRepresentativeResult",
"type": "object",
"properties": {
"grant": {
"$ref": "#/components/schemas/CanonicalRepresentative",
"type": "object",
"properties": {
"id": {
"type": "string"
},
"party": {
"type": "string",
"enum": [
"claimant",
"respondent"
]
},
"representativeEmail": {
"type": "string"
},
"basisOfAuthority": {
"type": "string"
},
"scopes": {
"type": "array",
"items": {
"type": "string"
}
},
"status": {
"type": "string"
},
"createdAt": {
"type": "string"
},
"acceptedAt": {
"type": "string"
},
"revokedAt": {
"type": "string"
},
"expiresAt": {
"type": "string"
}
},
"required": [
"id",
"party",
"representativeEmail",
"basisOfAuthority",
"scopes",
"status",
"createdAt"
]
},
"invitationEmail": {
"type": "string",
"enum": [
"sent",
"not_configured",
"failed",
"not_repeated"
]
}
},
"required": [
"grant"
]
},
"requestId": {
"type": "string"
}
},
"required": [
"data",
"requestId"
],
"x-code-source": "lib/proceeding/representatives.ts"
}