vinfra domain project user list
List users of a project:
usage: vinfra domain project user list [--long] --domain <domain> <project>
--long- Enable access and listing of all fields of objects.
--domain <domain>- Domain name or ID
<project>- Project ID or name
Example:
# vinfra domain project user list myproject --domain mydomain +----------------------------------+--------+-------------+---------------+ | id | name | description | role | +----------------------------------+--------+-------------+---------------+ | eb0203e6b8a641d8be5b54b2f3fc9f47 | myuser | | project_admin | +----------------------------------+--------+-------------+---------------+
This command lists users of the project myproject within the domain mydomain.