mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:37:32 +00:00
feat: specify org member roles in org setup (#3950)
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user