How to use custom Id as record identifier instead of UUID #232
Unanswered
shiva-rakshith
asked this question in
Issues
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Creating a user in the registry will give UUID as a record identifier. UUID is very unique, but not human-readable. In some cases, we might need a human-readable id as a record identifier.
Example: In the education registry, the user id can be a combination of name and role and it will be human-readable ("userId": "teacher-ravi-kumar").
Do we have any option to enable it in the registry?
Beta Was this translation helpful? Give feedback.
All reactions