Skip to content

Commit

Permalink
Merge pull request #19 from Tools4ever-NIM/membersBackwards
Browse files Browse the repository at this point in the history
Update Google.json
  • Loading branch information
msheldont4e authored Feb 22, 2024
2 parents 584fbb6 + 7f94c8e commit 00b32ce
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Google.json
Original file line number Diff line number Diff line change
Expand Up @@ -1567,7 +1567,7 @@
"maxSessionCount": 10,
"query_parameters": {
"customer": "my_customer",
"roles": "MEMBER"
"roles": "{members_roles}"
}
},
"member_add": {
Expand Down Expand Up @@ -3523,6 +3523,12 @@
"type": "textbox",
"label": "Customer ID:",
"value": ""
},
{
"name": "members_roles",
"type": "textbox",
"label": "Group Member Roles:",
"value": "MEMBER,OWNER,MANAGER"
}
]
}
Expand Down

0 comments on commit 00b32ce

Please sign in to comment.