How do I set Expiration Date to a user in auth0?

Hi @sandeep.chary,

Welcome to the Auth0 Community!

Unfortunately, there isn’t an “Expiration Date” user profile attribute (reference: User Profile Structure).

Would you happen to mean setting the expires_in value for the access token?

If so, I recommend checking out this related FAQ: How to change the expires_in value of Access Token at Auth0's SPA SDK

Thanks,
Rueben