Cloud
Get AWS External ID
Get the user AWS External ID. A user should use this external ID to create a trust relationship with AWS, which is required to create a credential.
get/v1/credentials/aws/externalId
Response
OK. Returns the AWS external ID required for cross-account role setup.
Example response
{
"externalId": "31981475-0021-444e-9aa0-68c1456025ab"
}