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

Post Orgs Org ID Users Assign Missing VCp Vui Service Roles

Description

Assigns the Service Manager role to a Provider Billing User with Commerce Portal and vCloud Usage Insight default roles.

Request

Request

URL

URL


post
https://console.navigator.vmware.com/cphub/api/auth/v1/orgs/{orgId}/users/assign-missing-vcp-vui-service-roles
Copy

Path Parameters

Path Parameters

string
orgId Required

Unique identifier (GUID) of the organization.


Request Body

Request Body

Users of mimetype application/json Optional

List of usernames having provider billing user role.

{
	"users": [
		{
			"idpId": "string",
			"username": "string"
		}
	]
}
array of ExtendedUsername
users Optional

Defines the list of users.

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns Users of type application/json
{
	"users": [
		{
			"idpId": "string",
			"username": "string"
		}
	]
}
array of ExtendedUsername
users Optional

Defines the list of users.

Errors

Errors

400

Bad Request - The request is either incomplete or incorrect - The request is either incomplete or incorrect


500

Internal Server Error - An unexpected error has occurred while processing the request

Code Samples

Code Samples

cURL Command

curl -X POST -H "Content-Type: application/json" -d '{"users":[{"idpId":"string","username":"string"}]}' https://console.navigator.vmware.com/cphub/api/auth/v1/orgs/{orgId}/users/assign-missing-vcp-vui-service-roles


Feedback

Was this page helpful?