Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

To add more attributes to the create user method, you can modify the org.wso2.scim.sample.user.CreateUser class accordingly and observe the output in the command line.

...

  1. 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
    created
    in the step 4
    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.
  2. Go to Users and Roles>List in the Main menu in the management console of IS.
  3. 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.

...