Release Notes — HRConnect: Application Access Management
You can now manage which applications a person has access to — directly through the HRConnect API. This means you can retrieve and update application access without having to do it manually in the portal.
New API endpoints
| Method | Endpoint | Description |
|---|---|---|
GET | v1/persons/{id}/applicationAccess | Retrieve a person's current application access |
PUT | v1/persons/{id}/applicationAccess | Update a person's application access |
Good to know: The PUT endpoint only applies the changes that are needed based on the person's current access. You don't need to send the full access state — just what you want to change.
Supported applications
The following applications can be managed through these endpoints:
- Portal
- Handbooks
- Deviation
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article