org
- Last UpdatedMar 27, 2025
- 3 minute read
The OLP CLI supports the following functionality for organization management:
- list groups
- list apps
- list users
- list pending invitations
org group list
Lists all groups of the organization.
Optional parameters:
--credentials <path to credentials file>
The name of a credentials file to use with the command. Credentials files are downloaded separately from the HERE platform portal.--profile <profile name>
The name of the credentials profile to use from theolpcli.ini
file.--csv
Displays the command result with additional fields in CSV format.--quiet
Displays the group HRNs, each on a new line.--admin
Adds information about group administrators to the output. Valid only if--csv
is also specified. If the value returned in the "Administrators" field is "Access denied", your app credentials are restricted from accessing group administrators information.
For more information on using credentials and profiles, see Credentials setup.
Example:
The command below lists groups of the organization in CSV format.
Output:
org app list
Lists all apps of the organization.
Optional parameters:
--credentials <path to credentials file>
The name of a credentials file to use with the command. Credentials files are downloaded separately from the HERE platform portal.--profile <profile name>
The name of the credentials profile to use from theolpcli.ini
file.--csv
Displays the command result with additional fields in CSV format.--quiet
Displays the app HRNs, each on a new line.--manager
Adds information about application managers to the output. Valid only if--csv
is also specified. If the value returned in the "Managers" field is "Access denied", your app credentials are restricted from accessing app managers information.
For more information on using credentials and profiles, see Credentials setup.
Example:
The command below lists apps of the organization in CSV format.
Output:
org user list
Lists all users of the organization.
Optional parameters:
--credentials <path to credentials file>
The name of a credentials file to use with the command. Credentials files are downloaded separately from the HERE platform portal.--profile <profile name>
The name of the credentials profile to use from theolpcli.ini
file.--csv
Displays the command result with additional fields in CSV format.--quiet
Displays the user HRNs, each on a new line.
For more information on using credentials and profiles, see Credentials setup.
Example:
The command below lists users of the organization in CSV format.
Output:
org invitation list
Lists all pending invitations of the organization.
Optional parameters:
--credentials <path to credentials file>
The name of a credentials file to use with the command. Credentials files are downloaded separately from the HERE platform portal.--profile <profile name>
The name of the credentials profile to use from theolpcli.ini
file.--csv
Displays the command result with additional fields in CSV format.--quiet
Displays the pending invitation HRNs, each on a new line.
For more information on using credentials and profiles, see Credentials setup.
Example:
The command below lists pending invitations of the organization in CSV format.
Output: