I create the user's property with integer type. I want it to automatically increment when a new user is added. Please suggest to me. Thanks so much.
I create the user's property with integer type. I want it to automatically increment when a new user is added. Please suggest to me. Thanks so much.
Hi @HuyTran-5623 • I am checking this with my team and will update the thread once I have an update.
@HuyTran-5623 • You can achieve this by creating a database that stores the value. You can then call it using a REST API during signup and update the values accordingly. About API connectors in Azure AD B2C | Microsoft Docs
10 people are following this question.