osc identity group user list
Lists the users that belong to a group.
Relationship: https://docs.openstack.org/api/openstack-identity/3/rel/group_users
Usage: osc identity group user list [OPTIONS] <GROUP_ID>
Arguments:
<GROUP_ID>
— group_id parameter for /v3/groups/{group_id}/users/{user_id} API
Options:
--password-expires-at <PASSWORD_EXPIRES_AT>
— Filter results based on which user passwords have expired. The query should include an operator and a timestamp with a colon (:) separating the two, for example:password_expires_at={operator}:{timestamp}
. Valid operators are:lt
,lte
,gt
,gte
,eq
, andneq
. Valid timestamps are of the form: YYYY-MM-DDTHH:mm:ssZ