CreateUserRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The display name for the new user.

Link copied to clipboard

The first name of the new user.

Link copied to clipboard

If this parameter is enabled, the user will be hidden from the address book.

Link copied to clipboard

User ID from the IAM Identity Center. If this parameter is empty it will be updated automatically when the user logs in for the first time to the mailbox associated with WorkMail.

Link copied to clipboard

The last name of the new user.

Link copied to clipboard
val name: String?

The name for the new user. WorkMail directory user names have a maximum length of 64. All others have a maximum length of 20.

Link copied to clipboard

The identifier of the organization for which the user is created.

Link copied to clipboard

The password for the new user.

Link copied to clipboard

The role of the new user.

Functions

Link copied to clipboard
inline fun copy(block: CreateUserRequest.Builder.() -> Unit = {}): CreateUserRequest
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String