IAM User management backed by Concord key-value store.
Users are stored with the key pattern: "user:{user_id}"
Summary
Functions
Activates a suspended user.
Creates a new IAM user with the given name. Generates a unique user ID in the format "usr_xxxx".
Deletes a user by their user ID.
Retrieves a user by their user ID.
Lists all IAM users.
Suspends a user, preventing them from authenticating.
Types
Functions
Activates a suspended user.
Creates a new IAM user with the given name. Generates a unique user ID in the format "usr_xxxx".
Deletes a user by their user ID.
Retrieves a user by their user ID.
Lists all IAM users.
Suspends a user, preventing them from authenticating.