v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14198281.1 KB

Creates a user within the specified identity store.

post/#X-Amz-Target=AWSIdentityStore.CreateUser

Headers

X-Amz-Target'AWSIdentityStore.CreateUser' required

Request body

IdentityStoreIdstring required

The globally unique identifier for the identity store.

UserNamestring password

A unique string used to identify the user. The length limit is 128 characters. This value can consist of letters, accented characters, symbols, numbers, and punctuation. This value is specified at the time the user is created and stored as an attribute of the user object in the identity store. "Administrator" and "AWSAdministrators" are reserved names and can't be used for users or groups.

DisplayNamestring password

A string containing the name of the user. This value is typically formatted for display when the user is referenced. For example, "John Doe."

NickNamestring password

A string containing an alternate name for the user.

ProfileUrlstring password

A string containing a URL that might be associated with the user.

UserTypestring password

A string indicating the type of user. Possible values are left unspecified. The value can vary based on your specific use case.

Titlestring password

A string containing the title of the user. Possible values are left unspecified. The value can vary based on your specific use case.

PreferredLanguagestring password

A string containing the preferred language of the user. For example, "American English" or "en-us."

Localestring password

A string containing the geographical region or location of the user.

Timezonestring password

A string containing the time zone of the user.

Response

Success

UserIdstring required

The identifier of the newly created user in the identity store.

IdentityStoreIdstring required

The globally unique identifier for the identity store.