Skip to content

cloud users permissions list

Overview

Get the permissions of all the users in the organisation

Aliases: list, ls

Usage:

quix cloud users permissions list [options]

Options:

  • -o, --output <json|table> : Output type of the retrieved data

How It Works

The quix cloud user permissions list command retrieves the permissions of all users in the organization. This command provides a comprehensive overview of the roles and scopes assigned to each user.

Example Usage

$ quix cloud user permissions list

User Id                              | Email           | Scope              | Role
-------------------------------------|-----------------|--------------------|---------
d3d50bbb-ff1c-43db-85a9-1ee04f2b7cc7 | user1@myorg.com | Organisation:myorg | Admin
9ddf53bc-f67d-4fe3-8245-257e0d852b81 | user2@myorg.com | Organisation:myorg | Editor
39df2e5e-37b4-4341-ab17-d5b2807b94f0 | user3@myorg.com | Organisation:myorg | Manager

Note

You can use the --output option to customize the format of the output.