Versions Compared

Key

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

...

Code Block
PUT https://auth-staging.sagebase.org/auth/v1/user
sessionToken:<sessionToken>
{"email":"demouser@sagebase.org", "firstName":"demo", "lastName":"user", "displayName":"Demo User"}

 where <sessionToken> is that returned by "Initiate Session", below.  This service updates the user who is authenticated by the session token.

Note the authentication service manage the properties shown (principally the userId and password) while the repository services (below) manage other related user attributes.

...