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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;id&quot;:&quot;9a33c074b36aaac3392a7c8d26d2720a&quot;,&quot;name&quot;:&quot;elit deserunt ut&quot;,&quot;accessorAccountId&quot;:&quot;960768132345&quot;,&quot;description&quot;:&quot;minim sint occaecat&quot;,&quot;timestamp&quot;:&quot;2019-09-06T21:23:32.000Z&quot;,&quot;eTag&quot;:1,&quot;subtenantId&quot;:&quot;204a896c-a23a-11e9-a2a3-2a2ae2dbcce4&quot;}