This web service adds a user to an existing user group in the OLSA environment. A user can be added to multiple groups.
Note: If you are using OLSA with Privacy Support enabled, when invoking this web service, you must specify the login name of a user created using the UM_CreateUserExtended web service, not the login name of a user created in SkillPort. This is because a hashed login name is required by this web service, and only OLSA (not SkillPort) creates this type of login name.
Inputs
<soap:Body>
<olsa:AddUserToGroupRequest>
<olsa:customerId>sphexaware</olsa:customerId>
<olsa:userName>adamtest</olsa:userName>
<olsa:groupCode>Hexaware</olsa:groupCode>
<olsa:groupCode>Conret</olsa:groupCode>
</olsa:AddUserToGroupRequest>
</soap:Body>
Outputs
Additional Faults
The following table lists the faults this service may produce, the fault string, and possible causes for the fault.
Fault |
Condition (response<faultstring>) |
Possible Causes |
ObjectNotFoundFault
|
Could not find the user |
The user entered does not exist, or the value is invalid. |
Could not find the group |
The group entered does not exist, or the value is invalid. |
|
GeneralFault |
Could not find the group |
The |