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
Properties
Link copied to clipboard
Indicates whether the user can be verified through a custom invite code.
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
A list of security group IDs to which the user should be assigned.
Functions
Link copied to clipboard
inline fun copy(block: BatchCreateUserRequestItem.Builder.() -> Unit = {}): BatchCreateUserRequestItem