-
Suggestion
-
Resolution: Unresolved
-
None
Request to add email address details to the workspace permission API endpoint as it would be helpful in automations.
GET /2.0/workspaces/{workspace}/permissions GET /2.0/workspaces/{workspace}/members
Workaround:
- Navigate to "Workspace Settings" > "User Directory"
- Click on the "EXPORT" option available at the top right corner of the page
- This will allow admins to download a CSV file that contains a list of workspace users along with their email address
Adding to above request:
To include user email address along with their UUID's for other API endpoints
Form Name |
---|
[BCLOUD-22643] Add email address along with nicknames to API endpoint
Description |
Original:
Request to add email address details to the workspace permission API endpoint as it would be helpful in automations.
{code} GET /2.0/workspaces/{workspace}/permissions GET /2.0/workspaces/{workspace}/members {code} Workaround: * Navigate to "Workspace Settings" > "User Directory" * Click on the "EXPORT" option available at the top right corner of the page * This will allow admins to download a CSV file that contains a list of workspace users along with their email address |
New:
Request to add email address details to the workspace permission API endpoint as it would be helpful in automations.
{code} GET /2.0/workspaces/{workspace}/permissions GET /2.0/workspaces/{workspace}/members {code} Workaround: * Navigate to "Workspace Settings" > "User Directory" * Click on the "EXPORT" option available at the top right corner of the page * This will allow admins to download a CSV file that contains a list of workspace users along with their email address Adding to above request: To include user email address along with their UUID's for other API endpoints |
Description |
Original:
Request to add email address details to the workspace permission API endpoint as it would be helpful in automations.
{code} GET /2.0/workspaces/{workspace}/permissions {code} Workaround: * Navigate to "Workspace Settings" > "User Directory" * Click on the "EXPORT" option available at the top right corner of the page * This will allow admins to download a CSV file that contains a list of workspace users along with their email address |
New:
Request to add email address details to the workspace permission API endpoint as it would be helpful in automations.
{code} GET /2.0/workspaces/{workspace}/permissions GET /2.0/workspaces/{workspace}/members {code} Workaround: * Navigate to "Workspace Settings" > "User Directory" * Click on the "EXPORT" option available at the top right corner of the page * This will allow admins to download a CSV file that contains a list of workspace users along with their email address |