Post
Topic
Board Beginners & Help
Re: UUID Validation
by
vicktor
on 16/01/2017, 14:42:25 UTC
What's a UUID? I only know of UID and as of the time of this post they're ranging from 1 to 943407 exactly. It will obviously go higher as more users signs up.

You can find the last UID from https://bitcointalk.org/index.php?action=stats.

Edit:
Wait, are you talking about "Universally unique identifier"?

how will i be verify that user id is valid or not ?

If you find a profile with that ID then it's valid. For example yours is 932115.
Find that by going to a user's profile. You'll see it the ID in the link (https://bitcointalk.org/index.php?action=profile;u=932115).

thanks, this will works in case of manual validation.
can i automate this process of validation using any type of form ?