You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by "Maxim Solodovnik (JIRA)" <ji...@apache.org> on 2018/03/08 12:14:00 UTC

[jira] [Resolved] (OPENMEETINGS-1843) User Type and Assigning SOAP Right

     [ https://issues.apache.org/jira/browse/OPENMEETINGS-1843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maxim Solodovnik resolved OPENMEETINGS-1843.
--------------------------------------------
       Resolution: Not A Bug
    Fix Version/s:     (was: 4.0.2)

This is by design, you only can create external users.

This can be extended, please provide your use case and reopen if this is required

> User Type and Assigning SOAP Right 
> -----------------------------------
>
>                 Key: OPENMEETINGS-1843
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1843
>             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 UserDTO can not assign value of "user type" as user or external and not able to assign "SOAP" right. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)