Skip to main content

IIdentityStoreCreateUserResponse

Interface in AWS.IdentityStore

Interface for CreateUser responses.

Ancestors

Properties

IdentityStoreId

property IdentityStoreId: string

The globally unique identifier for the identity store.

UserId

property UserId: string

The unique identifier assigned to the newly created user.

This value is generated by the Identity Store upon successful user creation and uniquely identifies the user within the specified identity store instance. It can be used in subsequent operations such as DescribeUser, CreateGroupMembership, or DeleteUser.