Business CommunicationCalendarEmailExchangeEnterprise
CreateUserRequest is a JSON Structure definition published by Amazon WorkMail, describing 4 properties, of which 4 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"type": "object",
"required": [
"OrganizationId",
"Name",
"DisplayName",
"Password"
],
"name": "CreateUserRequest",
"properties": {
"OrganizationId": {
"allOf": [
{
"$ref": "#/components/schemas/OrganizationId"
},
{
"description": "The identifier of the organization for which the user is created."
}
]
},
"Name": {
"allOf": [
{
"$ref": "#/components/schemas/UserName"
},
{
"description": "The name for the new user. WorkMail directory user names have a maximum length of 64. All others have a maximum length of 20."
}
]
},
"DisplayName": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "The display name for the new user."
}
]
},
"Password": {
"allOf": [
{
"$ref": "#/components/schemas/Password"
},
{
"description": "The password for the new user."
}
]
}
},
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-structure/workmail-create-user-request-structure.json",
"description": "CreateUserRequest schema from Amazon WorkMail API"
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.