-
Notifications
You must be signed in to change notification settings - Fork 323
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5011 from AnuradhaSK/fix-parent-user-invite-api
Update parent org user inviting API param description
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -368,7 +368,7 @@ components: | |
- [email protected] | ||
userDomain: | ||
type: string | ||
description: User store domain of the user. If not provided, default userstore will be used. | ||
description: Userstore domain of the inviting user in the parent organization. If not provided, DEFAULT userstore will be used by default. | ||
example: DEFAULT | ||
roles: | ||
type: array | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -368,7 +368,7 @@ components: | |
- [email protected] | ||
userDomain: | ||
type: string | ||
description: User store domain of the user. If not provided, default userstore will be used. | ||
description: Userstore domain of the inviting user in the parent organization. If not provided, PRIMARY userstore will be used by default. | ||
example: PRIMARY | ||
roles: | ||
type: array | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -368,7 +368,7 @@ components: | |
- [email protected] | ||
userDomain: | ||
type: string | ||
description: User store domain of the user. If not provided, default userstore will be used. | ||
description: Userstore domain of the inviting user in the parent organization. If not provided, PRIMARY userstore will be used by default. | ||
example: PRIMARY | ||
roles: | ||
type: array | ||
|