Get Org paths for current user as String

Get Org paths for current user as String

Request
Security:
vc-security
Responses
200

OK

500

Unexpected error

502

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

get/org-service/v1/org/org-path-current-user
Request samples
curl -i -X GET \
  http://localhost:8092/org-service/v1/org/org-path-current-user \
  -H 'x-auth-token: YOUR_API_KEY_HERE'
Response samples
application/json
[
  • "string"
]