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

@@ -3099,6 +3099,8 @@ message SetUpOrgRequest {
// oneof field for the user managing the organisation
Human human = 2;
}
// specify Org Member Roles for the provided user (default is ORG_OWNER if roles are empty)
repeated string roles = 3;
}
message SetUpOrgResponse {