UpdateUserDetails

Contains the modifiable details for updating an existing user, including name, password, security group membership, and invitation settings.

A user can only be assigned to a single security group. Attempting to add a user to multiple security groups is not supported and will result in an error.

Types

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

Properties

Link copied to clipboard

Indicates whether the user can be verified through a custom invite code.

Link copied to clipboard

The new first name for the user.

Link copied to clipboard

A new custom invite code for the user.

Link copied to clipboard

The new time-to-live for the invite code in days.

Link copied to clipboard

The new last name for the user.

Link copied to clipboard

The updated list of security group IDs to which the user should belong.

Link copied to clipboard

The new username or email address for the user.

Functions

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