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

Check User Existence

Description

Checks if a specified user exists in Cloud Partner Navigator without disclosing additional information about them.

Request

Request

URL

URL


get
https://console.navigator.vmware.com/cphub/api/auth/v1/users/existence/{userId}
Copy

Path Parameters

Path Parameters

string
userId Required

The userId or user account identifier.


Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns boolean of type application/json

  • response with code 200 OK and body = true when the user exists otherwise returns the corresponding error details.

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/users/existence/{userId}


Feedback

Was this page helpful?