Create a cross account
POST {{baseUrl}}/crossAccounts
Create a cross account on which access needs to be given for paths.
* If, in request body subtenant is denoted as **
, it is a special cross account. In this case, on this cross account, tenant implicitly gets Read Only access to the storage account's root level data path for itself and for all its subtenants. For this case, the authorization token should be that of the tenant.
Request Body
{"name"=>"<string>", "accessorAccountId"=>"<string>", "description"=>"<string>", "subtenantId"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"id":"9a33c074b36aaac3392a7c8d26d2720a","name":"elit deserunt ut","accessorAccountId":"960768132345","description":"minim sint occaecat","timestamp":"2019-09-06T21:23:32.000Z","eTag":1,"subtenantId":"204a896c-a23a-11e9-a2a3-2a2ae2dbcce4"}