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

UserGroupsResponse

Response body defining a set user groups.


Properties

array of GroupDto
groups Optional

Set of user groups information.

JSON Example

{
	"groups": [
		{
			"description": "string",
			"displayName": "string",
			"domain": "string",
			"groupType": "USER_GROUP",
			"id": "string",
			"ownerOrgId": "string",
			"sharedOrgIds": [
				"string"
			],
			"usersCount": 0
		}
	]
}

Feedback

Was this page helpful?