How can I read the name of "user group" from Nucleus Enterprise server to Omniverse?

Hello!

We are building our own composer extension, and we want to have 2 groups of users,
so we narutally use this user group feature:

https://docs.omniverse.nvidia.com/nucleus/latest/config-and-info/auth_user_mgmt.html#create-group

In Composer, after the user has manually loged in to Nucleus Enterprise server and have booted uo Composer in his work-station and our extension is started also automatically,
how can we read/get/see the name of “user group” from Nucleus Enterprise server?

Pekka

For this work, you’d use client library. here’s the link to our python documentation.
Omniverse Client Library Python API — client_library 3.38.6 documentation (nvidia.com)

1 Like

Hopefully that helps

1 Like