question

HuyTran-5623 avatar image
0 Votes"
HuyTran-5623 asked amanpreetsingh-msft commented

Azure B2C Auto Incrementing

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.

azure-ad-b2c
· 3
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @HuyTran-5623 • I am checking this with my team and will update the thread once I have an update.

1 Vote 1 ·
HuyTran-5623 avatar image HuyTran-5623 amanpreetsingh-msft ·

Thanks for update.

0 Votes 0 ·

@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

0 Votes 0 ·

0 Answers