[{"label":"Latest (v1.0)","version":"latest"}]
csp

SharedCustomGroupInfoDto

Properties

string
orgDisplayName Optional

Owner organization display name


string
ownerOrgId Optional

Owner organization id


array of BaseGroupDto
sharedGroups Optional

Defines the base properties of the group.

JSON Example

{
	"orgDisplayName": "string",
	"ownerOrgId": "string",
	"sharedGroups": [
		{
			"displayName": "string",
			"id": "string"
		}
	]
}
[{"label":"Latest (v1.0)","version":"latest"}]
csp

Feedback

Was this page helpful?