Return a list of Org IDs which the org has access to.

pass in Orgcriteria requestbody and responses with a list of orgs id´s

Request
Security:
vc-security
Request Body schema: application/json
basic
string
id
string
ids
Array of strings
name
string
domain
string
mid
string
path
string
paths
Array of strings
trial
boolean
notes
string
externalId
string
Array of objects (Tag)
Array of objects (Tag)
orgRelationTypes
Array of strings (OrgRelationType) unique
Items Enum: "ORG" "SPONSOR" "MERCHANT" "REPORT" "RESELLER"
orgStatuses
Array of strings (OrgStatus)
Default: []
Items Enum: "ENABLED" "DISABLED" "DELETED"
address
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/accessible-org-ids
Request samples
application/json
{
  • "basic": "string",
  • "id": "string",
  • "ids": [
    ],
  • "name": "string",
  • "domain": "string",
  • "mid": "string",
  • "path": "string",
  • "paths": [
    ],
  • "trial": true,
  • "notes": "string",
  • "externalId": "string",
  • "tags": [
    ],
  • "excludeTags": [
    ],
  • "orgRelationTypes": [
    ],
  • "orgStatuses": [ ],
  • "address": "string"
}
Response samples
application/json
[
  • "string"
]