How to send Identity Provider Attributes to our server Post User Registration?

We use ActiveDirectory to register users and it saves many Identity Provider Attributes.

When a user first registers we want to send those attributes to an API route we have on our Node.js Server so we can store it in a DB we have.

Is it possible to accomplish this?