How Can We Help?
5.23.15.23.1
We are pleased to announce that version 5.23.1 (4.42.1) of Pure is now released
Always read through the details of the release - including the Upgrade Notes - before installing or upgrading to a new version of Pure
Release date: 8th of March 2022
Hosted customers:
- Staging environments (including hosted Pure Portal) will be updated 9th of March 2022 (APAC + Europe) and 10th of March 2022(North / South America)
- Production environments (including hosted Pure Portal) will be updated 9th of March 2022 (APAC + Europe) and 10th of March 2022 (North / South America)
This is a minor release that does not contain any new features, only minor issues and bug-fixes
1. Pure Core: Pure API
1.1. Pure API: User roles
Pure API now supports managing roles for Users.
The introduction of the role endpoints makes it possible to support the following use cases
- The roles that can be assigned in the user editor in Pure can now also be managed through the API.
- You can bulk-update role information on users.
- You can get a list of all available roles in Pure.
- You can create your own 'templates' of role setup by controlling role assignment through API calls.
For further documentation on the users and roles API see Users and roles section on the Pure API wiki space.
Click tips and tricks...
ou can get a list of all available roles by calling
https://{your Pure hostname}/ws/api/roles
If you have the name of an existing role (e.g., from another call), you can get the same information for one specific role by calling
https://{your Pure hostname}/ws/api/roles/{roleName}
Finally, a GET and PUT operation has been added to manage roles for a specific user. This works like other GET and PUT operations in the API. For more details read Users and roles section in the Pure API wiki space.
https://{your Pure hostname}/ws/api/users/{uuid}/roles
Updated at July 27, 2024