[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator

Get Users In Group Within Organization

Description

Lists all users in a specified enterprise group within an organization.

Request

Request

URL

URL


get
https://console.navigator.vmware.com/cphub/api/auth/v1/federation/orgs/{orgId}/groups/{groupId}/users
Copy

Path Parameters

Path Parameters

string
groupId Required

  • GroupId is used to fetch users that belong to the given group


string
orgId Required

Unique identifier (GUID) of the organization.


Query Parameters

Query Parameters

string
email Optional

  • Fetches users with the email, This is a optional parameter


string
firstName Optional

  • Fetches users with the firstName, This is a optional parameter


string
lastName Optional

  • Fetches users with the lastName, This is a optional parameter


string
pageLimit Optional

  • Maximum number of groups to return in response. Defaults to 100


string
pageStart Optional

  • Start index of records to fetch. Defaults to 1


Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns PagedResponseUsers of type application/json
This response body class contains all of the following: PagedEntityDetails, InlinePagedResponseUsers1

No error details were provided in the OpenAPI specification.

Code Samples

Code Samples

cURL Command

curl https://console.navigator.vmware.com/cphub/api/auth/v1/federation/orgs/{orgId}/groups/{groupId}/users


Feedback

Was this page helpful?