I have several entities (users) in vault implementation. These entities have alphanumeric ids. I also have a group called ops. This group also has an alphanumeric id.
I have looked at the Hashicorp's documentation here:
https://learn.hashicorp.com/tutorials/vault/identity
However, it doesn't cover this particular use case.
Any help is greatly appreciated.