osc identity user list
Lists users.
Relationship: https://docs.openstack.org/api/openstack-identity/3/rel/users
Usage: osc identity user list [OPTIONS]
Options:
-
--domain-name <DOMAIN_NAME>
— Domain Name -
--domain-id <DOMAIN_ID>
— Domain ID -
--current-domain
— Current domain -
--enabled <ENABLED>
— Whether the identity provider is enabled or notPossible values:
true
,false
-
--idp-id <IDP_ID>
— Filters the response by an identity provider ID -
--limit <LIMIT>
-
--marker <MARKER>
— ID of the last fetched entry -
--name <NAME>
— The resource name -
--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, and neq- lt: expiration time lower than the timestamp - lte: expiration time lower than or equal to the timestamp - gt: expiration time higher than the timestamp - gte: expiration time higher than or equal to the timestamp - eq: expiration time equal to the timestamp - neq: expiration time not equal to the timestamp
Valid timestamps are of the form:
YYYY-MM-DDTHH:mm:ssZ
.For example:/v3/users?password_expires_at=lt:2016-12-08T22:02:00Z
The example would return a list of users whose password expired before the timestamp(2016-12-08T22:02:00Z).
-
--protocol-id <PROTOCOL_ID>
— Filters the response by a protocol ID -
--sort-dir <SORT_DIR>
— Sort direction. A valid value is asc (ascending) or desc (descending)Possible values:
asc
,desc
-
--sort-key <SORT_KEY>
— Sorts resources by attribute -
--unique-id <UNIQUE_ID>
— Filters the response by a unique ID -
--max-items <MAX_ITEMS>
— Total limit of entities count to return. Use this when there are too many entriesDefault value:
10000