Hey Ory team, recently I came up with several ques...
# ory-network
p
Hey Ory team, recently I came up with several questions/issues regarding Ory: • The first one is about the `Ory CLI`: When I fetch an identity with the command
ory get identity <id>
, it just returns some properties like
id
,
schema id
or
schema url
, but it doesn't include information like the credentials identifier or active sessions. I would have expected that this command would return similar information as fetching an identity via HTTP. Moreover, only the current project is shown when executing
ory ls projects
, instead of all projects from the workspace. FYI: I'm using the latest Ory CLI version with
v1.0.0-alpha.2
. • `Production Subscription Plan`: On the pricing page you are mentioning that only 5 members are included. Could you please explain me if this restriction is per workspace and if it is also related to the roles (
owner
or
developer
). • On the
User Management
overview page, I can only see the user status & creation date, but the name field is blank. It would be great to see here either the identity ID or the credentials identifier to select the right user. Would be great if you could help me with these issues! 🙏
m
Hello @plain-megabyte-75926 Thanks for reaching out. 1. Ory CLI If you need the full info on the identity (such as active sessions, credentials) you need to use the API. Feel free to open an issue at https://github.com/ory/network to request more data added to the CLI command with a description of the use case. As for list projects, that is strange! It does list all projects in the workspace for me... Do you have a way to reproduce this? 2. Production plan You can add up to 5 members to the workspace (can be owners or developers) on the Production plan. So yes it is per workspace 3. User Management That would be a good improvement imo. I will create an internal issue to track this - thanks!
p
Thanks @magnificent-energy-493 for the quick answer! 1. It is not really important for us, because we can use just the REST API. But was just a bit confused why it returned not the same fields as the REST API. a. Regarding listing the projects. I just saw that the only project I see with
ory ls projects
is where the
Member Level
is set to
Project
. For the other projects the member level is set to
Workspace
. Could that be the issue? b. Just one more thing: Is it also possible to get the total count of identities via the CLI/REST API or the Ory console? This would be really helpful to verify if the users in Ory are in sync with users in our application. 2. Thanks for the information! 3. That would be great. I think that would improve the usability a lot!