Class CreateUserRequestType

java.lang.Object
com.okta.sdk.resource.model.CreateUserRequestType
All Implemented Interfaces:
Serializable

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-07-28T10:14:57.946459+05:30[Asia/Kolkata]", comments="Generator version: 7.11.0") public class CreateUserRequestType extends Object implements Serializable
The ID of the User type. Add this value if you want to create a User with a non-default [User Type](https://developer.okta.com/docs/api/openapi/okta-management/management/tag/UserType/). The User Type determines which [schema](https://developer.okta.com/docs/api/openapi/okta-management/management/tag/Schema/) applies to that user. After a User has been created, the User can only be assigned a different User Type by an administrator through a full replacement (`PUT`) operation.
See Also: