Authentication
Connections
AWS
Guard Rails
Server Management
Jira
Organization Management
Reports
User Management
Sessions
AWS
Get Caller Identity
It obtain the aws identity of the instance role or credentials
GET
/
integrations
/
aws
/
iam
/
userinfo
curl --request GET \
--url https://use.hoop.dev/api/integrations/aws/iam/userinfo
{
"account_id": "123456789012",
"arn": "arn:aws:iam::123456789012:user/johndoe",
"arn_id": "AIDACKCEVSQ6C2EXAMPLE",
"region": "us-west-2"
}
Response
200
application/json
OK
The response is of type object
.
curl --request GET \
--url https://use.hoop.dev/api/integrations/aws/iam/userinfo
{
"account_id": "123456789012",
"arn": "arn:aws:iam::123456789012:user/johndoe",
"arn_id": "AIDACKCEVSQ6C2EXAMPLE",
"region": "us-west-2"
}
Assistant
Responses are generated using AI and may contain mistakes.