[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator
Get Users In Group
DescriptionReturns a list of all enterprise groups of the Identity Provider ID of the logged user. This operation only works if the logged user account has the required roles assigned.
Request
URLURL
https://console.navigator.vmware.com/cphub/api/auth/v1/federation/orgs/{orgId}/groups/{groupId}/groupusers
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}/groupusers
[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator