Constructor and Description |
---|
UserLinkResource() |
Modifier and Type | Method and Description |
---|---|
String |
getUserLinks(String strlogins,
String serviceInstanceId)
Given an array of logins, returns a json array with all users meta informaiton.
|
@Path(value="/getuserlinks") @GET @Produces(value="application/json") public String getUserLinks(@QueryParam(value="logins") @NotNull String strlogins, @QueryParam(value="serviceInstanceId") @NotNull String serviceInstanceId) throws PortalException
strlogins
- a semicolon separated list of loginsserviceInstanceId
- serviceInstance identifier of the user link servicePortalException
IUserManagerSPI.getUsersByLogins(Set)
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.