Get Org Name For Ids

Returns a Key Value of ID and Names attached.

Request
Security:
vc-security
Request Body schema: application/json
Array
string
Responses
200

OK

502

Bad Gateway. The server acting as a gateway or intermediary is having problems communicating with another server to complete the user's request.

post/org-service/v1/org/orgNamesForIds
Request samples
application/json
[
  • "string"
]
Response samples
application/json
{
  • "property1": "string",
  • "property2": "string"
}