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

OrganizationsDto

Contains the list of organization properties.


Properties

array of OrganizationDto
items Optional

The list of organization properties.


array of string
refLinks Optional

Links of references

JSON Example

{
	"items": [
		{
			"auditLogsInstanceId": "string",
			"displayName": "string",
			"enforceUserApiTokenMfa": false,
			"isMfaRequired": false,
			"language": "string",
			"locale": "string",
			"maxAllowedAuthExemptedUserCount": 0,
			"metadata": {
				"key": "string"
			},
			"name": "string",
			"parentRefLink": "string",
			"refLink": "string",
			"status": "string"
		}
	],
	"refLinks": [
		"string"
	]
}
[{"label":"Latest (v1.0)","version":"latest"}]
csp
Returned By

Get Loggedin User Organizations

Feedback

Was this page helpful?