Authentication
Connections
Data Masking Rules
AWS
Guard Rails
Server Management
Jira
Organization Management
Plugins
Reports
User Management
Sessions
Session
AWS
Get Caller Identity
It obtain the aws identity of the instance role or credentials
GET
/
integrations
/
aws
/
iam
/
userinfo
Copy
Ask AI
curl --request GET \
--url https://use.hoop.dev/api/integrations/aws/iam/userinfo
Copy
Ask AI
{
"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
.
Copy
Ask AI
curl --request GET \
--url https://use.hoop.dev/api/integrations/aws/iam/userinfo
Copy
Ask AI
{
"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.