Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
<T> T |
UserApi.createUser(java.lang.Class<?> T,
CreateUserRequest body,
java.lang.Boolean activate,
java.lang.Boolean provider,
UserNextLogin nextLogin)
Create a User
Creates a new user in your Okta organization with or without credentials
|
User |
UserApi.createUser(CreateUserRequest body,
java.lang.Boolean activate,
java.lang.Boolean provider,
UserNextLogin nextLogin)
Create a User
Creates a new user in your Okta organization with or without credentials
|
PagedList |
UserApi.createUserWithPaginationInfo(CreateUserRequest body,
java.lang.Boolean activate,
java.lang.Boolean provider,
UserNextLogin nextLogin)
Create a User
Creates a new user in your Okta organization with or without credentials
|
Modifier and Type | Method and Description |
---|---|
CreateUserRequest |
CreateUserRequest.addGroupIdsItem(java.lang.String groupIdsItem) |
CreateUserRequest |
CreateUserRequest.credentials(UserCredentials credentials) |
CreateUserRequest |
CreateUserRequest.groupIds(java.util.List<java.lang.String> groupIds) |
CreateUserRequest |
CreateUserRequest.profile(UserProfile profile) |
CreateUserRequest |
CreateUserRequest.type(UserType type) |
Copyright © 2017-2022 Okta. All Rights Reserved.