BatchCreateUserRequestItem

Contains the details for a single user to be created in a batch user creation request.

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.

codeValidation, inviteCode, and inviteCodeTtl are restricted to networks under preview only.

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 first name of the user.

Link copied to clipboard

A custom invite code for the user. If not provided, one will be generated automatically.

Link copied to clipboard

The time-to-live for the invite code in days. After this period, the invite code will expire.

Link copied to clipboard

The last name of the user.

Link copied to clipboard

A list of security group IDs to which the user should be assigned.

Link copied to clipboard

The email address or username for the user. Must be unique within the network.

Functions

Link copied to clipboard
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