Uses of Class
com.atlassian.confluence.api.model.people.UserDetailsForCreation
Packages that use UserDetailsForCreation
Package
Description
This package contains the code which communicates with Confluence via REST API.
- 
Uses of UserDetailsForCreation in com.atlassian.confluence.api.impl.service.people
Methods in com.atlassian.confluence.api.impl.service.people with parameters of type UserDetailsForCreationModifier and TypeMethodDescriptionPersonServiceImpl.create(UserDetailsForCreation userDetailsForCreation) ReadOnlyPersonService.create(UserDetailsForCreation userDetailsForCreation)  - 
Uses of UserDetailsForCreation in com.atlassian.confluence.api.model.people
Methods in com.atlassian.confluence.api.model.people that return UserDetailsForCreation - 
Uses of UserDetailsForCreation in com.atlassian.confluence.api.service.people
Methods in com.atlassian.confluence.api.service.people with parameters of type UserDetailsForCreationModifier and TypeMethodDescriptionPersonService.create(UserDetailsForCreation userDetailsForCreation) Create a new active userPersonService.Validator.validateUserCreate(UserDetailsForCreation userDetailsForCreation) Validate the correctness of user details for a new user creation - 
Uses of UserDetailsForCreation in com.atlassian.confluence.plugins.restapi.resources
Methods in com.atlassian.confluence.plugins.restapi.resources with parameters of type UserDetailsForCreationModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseAdminUserResource.createUser(UserDetailsForCreation userDetailsForCreation)  - 
Uses of UserDetailsForCreation in com.atlassian.confluence.rest.client
Methods in com.atlassian.confluence.rest.client with parameters of type UserDetailsForCreationModifier and TypeMethodDescriptionRemotePersonService.create(UserDetailsForCreation userDetailsForCreation) Create a new active userRemotePersonServiceImpl.create(UserDetailsForCreation userDetailsForCreation)