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

Get Logged In User Groups On Organization By Organization ID

Description

Get Principal User Groups Information Within the Specified Organization

Access Policy

Role User Accounts Service Accounts (Client Credentials Applications)
All Roles ✔️

Request

Request

URL

URL


get
https://{api_host}/csp/gateway/am/api/loggedin/user/orgs/{orgId}/groups
Copy

Path Parameters

Path Parameters

string
orgId Required

Unique identifier (GUID) of the organization.

Parameter Serialization Style: simple Explode:false

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns UserGroupsResponse of type application/json
{
	"groups": [
		{
			"description": "string",
			"displayName": "string",
			"domain": "string",
			"groupType": "USER_GROUP",
			"id": "string",
			"ownerOrgId": "string",
			"sharedOrgIds": [
				"string"
			],
			"usersCount": 0
		}
	]
}
array of GroupDto
groups Optional

Set of user groups information.

Errors

Errors

CspErrorResponse
401

The user is not authorized to use the API


CspErrorResponse
403

The user is forbidden to use the API


CspErrorResponse
404

No user with given token exists | Organization not found


CspErrorResponse
429

The user has sent too many requests


CspErrorResponse
500

An unexpected error has occurred while processing the request

Code Samples

Code Samples

cURL Command

curl https://{api_host}/csp/gateway/am/api/loggedin/user/orgs/{orgId}/groups
Vendor Extensions

Vendor Extensions

This operation contains the following vendor extensions defined in the spec:
x-required-roles: any
x-slo-tier: TIER2


Feedback

Was this page helpful?