Open Evanfeenstra opened 1 year ago
Not sure, just wanted to know if there's a flag to uniquely identify a tribe's admin. Checked person entity, can't see any
@omoniyi24 This doesn't have anything to do with the Person entity. The Tribe entity has a admin_pubkey
on it, that is all you need
@omoniyi24
Add a route to get all tribes for an admin pubkey
GET
/tribes_for_admin/{admin_pubkey}
And return an array of tribes filtered by the
admin_pubkey