File tree Expand file tree Collapse file tree 4 files changed +16
-0
lines changed
Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -39545,6 +39545,10 @@ components:
3954539545 isDeveloper:
3954639546 type: boolean
3954739547 example: false
39548+ isAdmin:
39549+ description: 'Whether the user is an admin of the organization'
39550+ type: boolean
39551+ example: false
3954839552 managerOfGroup:
3954939553 properties:
3955039554 id:
Original file line number Diff line number Diff line change @@ -37834,6 +37834,10 @@ components:
3783437834 isDeveloper:
3783537835 type: boolean
3783637836 example: false
37837+ isAdmin:
37838+ description: 'Whether the user is an admin of the organization'
37839+ type: boolean
37840+ example: false
3783737841 managerOfGroup:
3783837842 properties:
3783937843 id:
Original file line number Diff line number Diff line change @@ -45883,6 +45883,10 @@ components:
4588345883 isDeveloper:
4588445884 type: boolean
4588545885 example: false
45886+ isAdmin:
45887+ description: 'Whether the user is an admin of the organization'
45888+ type: boolean
45889+ example: false
4588645890 managerOfGroup:
4588745891 properties:
4588845892 id:
Original file line number Diff line number Diff line change @@ -43942,6 +43942,10 @@ components:
4394243942 isDeveloper:
4394343943 type: boolean
4394443944 example: false
43945+ isAdmin:
43946+ description: 'Whether the user is an admin of the organization'
43947+ type: boolean
43948+ example: false
4394543949 managerOfGroup:
4394643950 properties:
4394743951 id:
You can’t perform that action at this time.
0 commit comments