[
https://issues.apache.org/jira/browse/OPENMEETINGS-1842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Maxim Solodovnik resolved OPENMEETINGS-1842.
--------------------------------------------
Resolution: Not A Bug
Fix Version/s: (was: 4.0.2)
External type => is unique string denoting type of external system using API
External id => is unique identifier of user being created in external system
> Add User API Problem
> --------------------
>
> Key: OPENMEETINGS-1842
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1842
> Project: Openmeetings
> Issue Type: Bug
> Components: SOAP/REST API
> Affects Versions: 4.0.2
> Reporter: Tushar Shinde
> Assignee: Maxim Solodovnik
> Priority: Major
>
> Given API to Add User :
> @POST
> @Path(value="/")
> public UserDTO add(@QueryParam(value="sid")
> String sid,
> @FormParam(value="user")
> UserDTO user,
> @FormParam(value="confirm")
> Boolean confirm)
> URL: /user?sid="+sid
> Problem in API Call : In UserDTO, External id and External type are unknown
> values.
> How to set the External Id and External Type for the User.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)