How to update user details using the REST API.
1) Retrieve the Organization ID by referring to the article - "How to know my Organization ID (Org ID) on the Anypoint Platform"
2) Retrieve the Authorization token by referring to the article - "How to generate a bearer token for Anypoint Platform API calls using a SAML enabled account"
3) Retrieve the User ID, as demonstrated in the below screenshot from Access Management -> Users -> <User to update> page.
For example, to update a user's "lastName", execute the below API by passing the Auth Token, Org ID, and User ID:
curl -v -X PUT -H 'Authorization: bearer <AUTH_TOKEN>' -H 'Content-Type: application/json' https://anypoint.mulesoft.com/accounts/api/organizations/<ORG_ID>/users/<USER_ID> -d '{"lastName":"Doe"}'
Note: Auth token should be generated from an Org Admin user.
For more information on what other attributes can be passed to update the user details, refer to the Access Management REST API.
001116570

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.