...
Note |
---|
To add more attributes to the create user method, you can modify the |
...
Run the
ant update-user
command at this directory level in the command line and observe the JSON message sent to the SCIM endpoint, the response status and the SCIM response are printed in the command line output.Note You will notice that the user
in the step 4created above, is updated with new attribute values for: display name and work email. If you wish, you can modify the org.wso2.scim.sample.user.UpdateUser
class to add more attributes to a user and observe the output in the commandline. - Go to Users and Roles>List in the Main menu in the management console of IS.
Click Users and select the user created in the first step. You will notice that the user is updated with new attribute values for display name and work email.
Note To add more attributes to the create user method, you can modify the
org.wso2.scim.sample.user.UpdateUser
class accordingly and observe the output in the command line.
...