feat: specify org member roles in org setup (#3950)

This commit is contained in:
Livio Spring
2022-07-12 15:38:47 +02:00
committed by GitHub
parent 68f0114671
commit fa4bc47b3e
4 changed files with 11 additions and 1 deletions

View File

@@ -3642,6 +3642,7 @@ this is en empty request
| ----- | ---- | ----------- | ----------- |
| org | SetUpOrgRequest.Org | - | message.required: true<br /> |
| [**oneof**](https://developers.google.com/protocol-buffers/docs/proto3#oneof) user.human | SetUpOrgRequest.Human | oneof field for the user managing the organisation | |
| roles | repeated string | specify Org Member Roles for the provided user (default is ORG_OWNER if roles are empty) | |