Unanswered
Been Looking All Over And Can'T Find The Solution To This One.
If I Have A User Id Hash (The 32 Alphanumeric), How Do I Find The User'S Name Which Is Associated With This Id Using Clearml Python Sdk? Cheers.
@<1529271085315395584:profile|AmusedCat74> users.user
is simply not an endpoint supported by the server 🙂 what you're looking for is users.get_by_id
(with the user
query field containing the ID)
148 Views
0
Answers
one year ago
one year ago