[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator
Get Users In Group Within Organization
DescriptionLists all users in a specified enterprise group within an organization.
Request
URLURL
https://console.navigator.vmware.com/cphub/api/auth/v1/federation/orgs/{orgId}/groups/{groupId}/users
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
This operation uses the following authentication methods.
Response
Response
Response BodyResponse 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 SamplesCode Samples
cURL Command
curl https://console.navigator.vmware.com/cphub/api/auth/v1/federation/orgs/{orgId}/groups/{groupId}/users
[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator