You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example request above shows the creation of an email type location account. Note the `accountProperties` for this type includes only the `to` parameter and its value `[email protected]`, or the recipient of the email account.
301
+
The example request above shows the creation of an email type account. Note the `accountProperties` for this type includes only the `to` parameter and its value `[email protected]`, or the recipient of the email account.
302
302
303
303
### Example response details
304
304
@@ -325,16 +325,16 @@ The following table describes theCcreate account response parameters:
325
325
326
326
| Name | Type | Description |
327
327
| --- | --- | --- |
328
-
|`accountProperties`| object | Contains "to" parameter for recipient |
328
+
|`accountProperties`| object | Contains `to` parameter for recipient |
329
329
|`createdDate`| string | Account creation date |
330
-
|`createdBy`| string |user creating account |
330
+
|`createdBy`| string |User creating account |
331
331
|`lastModifiedDate`| string | Last account modification date |
332
332
|`name`| string | Account name |
333
-
|`uuid`| string | The account UUID. This is not the location UUID. |
333
+
|`uuid`| string | The account UUID. This is not the Location UUID. |
334
334
335
335
## GET account by UUID
336
336
337
-
Use this endpoint to retrieve information for a specific Cloud Locations Account.
337
+
Use this endpoint to retrieve information for a specific cloud API Account.
In the examples above, the GET s3 role arn method is used to request the userARN value. The value is provided in the response and can be used to create a roleARN in the AWS portal. After creating the roleARN, you can create a cloud locations account with the POST create account method described in a previous section. See the Account Properties section in this guide to provide a complete POST request.
522
+
In the examples above, the GET s3 role arn method is used to request the `userARN` value. The value is provided in the response and can be used to create a roleARN in the AWS portal. After creating the AWS roleARN, you can create a cloud locations account with the POST create account method described in a previous section. See the [Account Properties](https://developer.adobe.com/analytics-apis/docs/2.0/guides/endpoints/cloudloc/account-properties/) article to view a complete POST request.
523
523
524
524
For more information, see the following:
525
525
526
-
*[Cloud Locations API overview](cloudloc/index.md)
527
-
*[Cloud Locations API methods endpoint guide](cloudloc/locations.md)
526
+
*[Cloud API overview](cloudloc/index.md)
527
+
*[Cloud Locations API endpoint guide](cloudloc/locations.md)
0 commit comments