Back to AWS IAM Programming Languages Index
Xojo Plugin AWS IAM REST API Examples
List Users
Lists the IAM users that have the specified path prefix. If no path prefix is specified, the operation returns all users in the AWS account. If there are none, the operation returns an empty list. .
List Groups
Lists the IAM groups that have the specified path prefix.
Create Group
Creates a new group.
Create User
Creates a new user.
List Access Keys
Returns information about the access key IDs associated with the specified IAM user. If there are none, the operation returns an empty list.
Create Access Key
Creates a new AWS secret access key and corresponding AWS access key ID for the specified user. The default status for new keys is Active.
Create Role
Creates a new role for your AWS account.
List Policies
Lists all the managed policies that are available in your AWS account, including your own customer-defined managed policies and all AWS managed policies.