Groups resouce

Add user to a group

OVERVIEW

Request

POST /groups/{groupid}/users

 

To add user in a specific group

Request Body

<user>

           <userid>100</userid>

</user>

2xx or 3xx in case of success, 4xx or 5xx in case of failure.

Body content in case of failure

<error>

            <ref> Error reference code in at which full stack trace can be obtained</ref>

           <summery> Details for the error </summery>

          <atom:link rel="self" href="…/errors/200" />  // returns the full stack trace and other details for why the error happened

</error>

Comments


2 Comments

Last Updated: Jun 09,2023