To add a user with a roster in the create user Rest API -


i have created user using create user api. , have added roster user using different api.below mentioned 2 urls

http://example.org:9090/plugins/restapi/v1/users

http://example.org:9090/plugins/restapi/v1/users/testuser/roster

does create user or other api support both above things together..is there api takes roster name parameter while adding user, , both things create user , roster?? suggestions appreciated.thanks in advance.

there no way create user , create user roster entries in 1 request. need create user @ first , later add entries on second request.

ps: i'm developer openfire rest api plugin


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -