public interface UserProfileService extends QTestService
| Modifier and Type | Method and Description |
|---|---|
java.util.List<User> |
batchAssignUsers(AssignToProjectRequest assignToProjectRequest)
Assign user to project from the request.
|
UserProfile |
get(GetUserProfileRequest getUserProfileRequest)
Creates user from the given
create user request instance. |
setEndpoint, shutdownUserProfile get(GetUserProfileRequest getUserProfileRequest) throws AuthServiceException
create user request instance.getUserProfileRequest - AuthServiceException - if an error occurs during creating user.java.util.List<User> batchAssignUsers(AssignToProjectRequest assignToProjectRequest) throws AuthServiceException
assignToProjectRequest - the given assign to project request.AuthServiceException - if an error occurs during assigning user to project.