Who are they?
...
If the email associated with the RO role is generic - (e.g. tv@revalidation.nhs.uk for thames valley) update the user details (name, gmc number)
If the new RO user does not exist/Does does not have the RO role - use the “HTML hack” method:
Using the metabase link shown earlier on this page
verify the RO officers match the request
determine whether the previous RO should be deleted or needs different access
In User Management, create the new RO:
Go to their record if they already exist or enter their details on the “Create” page if not.
Inspect HTML of roles selection box
Choose an unselected role and update the value of the option to
RO role (shown in metabase)
Ctrl_select the new role and submit the form (to send a properly authorised HTTP
POST
)
(Old way) RO role cannot be given via user management and must be updated via either, a) a flyway script or b) crafting a properly authorised HTTP POST
to user management (see the request sent to save any user's roles).