Update the user
This API will update the user on the Alumni platform.
Prerequisites
- The field to be updated must be set as API exposed on Field Manager and should have the value as specified on the “Return user schema” API.
- Required fields cannot be sent with empty values.
- The user ResourceGuid (Alumni unique identifier) must be populated to execute this API.
Expected Return
An error in case the system could not update the user on the platform or a success message in case the user was successfully updated.
Notes
- It is possible to send just the field to be updated.
- The user ResourceGuid can be found on the return of other APIs such as "Create and return a new user" and "Return a list of users".
- The ResourceGuid is on the CRM view of the user profile URL:

- The user ResourceGuid might be seen on user data reports as well.
Updated over 2 years ago