UpdateUserRequest

Types

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

Properties

Link copied to clipboard
val city: String?

Updates the user's city.

Link copied to clipboard

Updates the user's company.

Link copied to clipboard

Updates the user's country.

Link copied to clipboard

Updates the user's department.

Link copied to clipboard

Updates the display name of the user.

Link copied to clipboard

Updates the user's first name.

Link copied to clipboard

If enabled, the user is hidden from the global address list.

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

Updates the user's initials.

Link copied to clipboard

Updates the user's job title.

Link copied to clipboard

Updates the user's last name.

Link copied to clipboard

Updates the user's office.

Link copied to clipboard

The identifier for the organization under which the user exists.

Link copied to clipboard

Updates the user role.

Link copied to clipboard

Updates the user's street address.

Link copied to clipboard

Updates the user's contact details.

Link copied to clipboard

The identifier for the user to be updated.

Link copied to clipboard

Updates the user's zip code.

Functions

Link copied to clipboard
inline fun copy(block: UpdateUserRequest.Builder.() -> Unit = {}): UpdateUserRequest
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