[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator
Get Org Users
DescriptionLists all users in an organization with information about their user accounts and roles.
Request
URLURL
https://console.navigator.vmware.com/cphub/api/auth/v1/orgs/{orgId}/users
Path Parameters
Path Parameters
string
orgId
Required
Unique identifier (GUID) of the organization.
Query Parameters
Query Parameters
string
context
Optional
context can be OPERATOR, PROVIDER or TENANT
string
roleId
Optional
Unique identifier of the role.
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
array
of
UserOrgAndServiceRolesForAuth
of type application/json
{
"orgRoles": {
"orgRoles": [
{
"displayName": "string",
"id": "string",
"memberType": "DIRECT",
"name": "string",
"orgId": "string"
}
]
},
"serviceRolesList": [
{
"resourceTypes": [
"string"
],
"resources": [
{
"id": "string",
"name": "string"
}
],
"roles": [
{
"associatedResources": [
"string"
],
"defaultRole": false,
"displayName": "string",
"enabled": false,
"hidden": false,
"memberType": "DIRECT",
"mspDefaultRole": false,
"mspDefaultRoleOfProviderAtTenant": false,
"name": "string",
"resource": "string",
"roleId": "string",
"status": "string"
}
],
"serviceDisplayName": "string",
"serviceId": "string"
}
],
"user": {
"accessible": false,
"address": "string",
"city": "string",
"company": "string",
"country": "string",
"createTimestamp": 0,
"createdByUserId": "string",
"domain": "string",
"email": "string",
"emailVerified": "string",
"eulaInfo": "string",
"firstName": "string",
"id": "string",
"idpId": "string",
"internalId": "string",
"lastName": "string",
"password": "string",
"state": "string",
"tradeId": "string",
"updateTimestamp": 0,
"updatedByUserId": "string",
"username": "string",
"website": "string",
"workPhone": "string",
"zipcode": "string"
}
}
Errors
401
Unauthorized - The user is not authorized to use the API
500
Internal Server Error - An unexpected error has occurred while processing the request
Code Samples
cURL Command
curl https://console.navigator.vmware.com/cphub/api/auth/v1/orgs/{orgId}/users
[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator
On This Page
Service Organization Operations
post
post
delete
get
get
delete