File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -352,6 +352,7 @@ paths:
352352 away_mode_enabled: false
353353 away_mode_reassign: false
354354 has_inbox_seat: true
355+ away_status_reason_id: null
355356 team_ids: []
356357 schema:
357358 "$ref": "#/components/schemas/admin"
@@ -13027,6 +13028,11 @@ components:
1302713028 description: Identifies if this admin is set to automatically reassign new
1302813029 conversations to the apps default inbox.
1302913030 example: false
13031+ away_status_reason_id:
13032+ type: integer
13033+ nullable: true
13034+ description: The unique identifier of the away status reason
13035+ example: 12345
1303013036 has_inbox_seat:
1303113037 type: boolean
1303213038 description: Identifies if this admin has a paid inbox seat to restrict/allow
You can’t perform that action at this time.
0 commit comments