Versions Compared

Key

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

...

    3) retrieve the associated team invitation(s) and accept them (or present them for acceptance)

 

following link ust log out any usermust log out any user

 

URIRequest MethodRequest Param'sRequest BodyResponse BodyDescriptionAuthority
/userPrecursorPOST email, fname, lname, invitation messageID, token

Create a user precursor for the given email address.

Sends email to invited user.

authenticated users
/userPrecursor/{id}GET----ID, token, principalID (or null), email, fname, lname Precursor creator.
/userPrecursor/{id}PUT-- --Update existing user precursor.Precursor creator.
/userPrecursor/{id}DELETE------Delete user precursor.Precursor creator.
/userPrecursor/{id}/access/entityPOST--entity ID, access type?Adds the given access type to the given entity to the given precursor.Precursor creator.
/userPrecursor/{id}/access/entity/{entityId}DELETE------Remove all access to the given entity for the given precursor.Precursor creator.