BlackLine
Configuring the Veza integration for BlackLine
Overview
The Veza integration for BlackLine enables gathering User, Group and Role assignments from the BlackLine financial automation platform.
Configuring BlackLine
Create a BlackLine user for API access
The user must have the
API
Role and be a System Administrator to make the necessary requests
Generate an API key for the user for the BlackLine API Administration Portal or Financial Close System
Request OAuth 2.0 credentials from the BlackLine customer support team:
Required API features:
Accounts
Required scopes:
bl_users
,bl_mdm
Their team should return a PDF with the OAuth app credentials. Use this support-provided installation form to configure the integration on Veza.
For more detail on obtaining credentials and BlackLine API keys, see Getting Started in the official developer documentation.
Configuring BlackLine on the Veza Platform
On the Veza Integrations page, add a BlackLine Integration with the following fields:
Name - integration name
URL - URL for BlackLine instance from installation form e.g.
https://us.api.blackline.com
Username - Username of BlackLine user for the integration
API Key - API key generated for the user
Client ID - The Client ID from the support-provided installation form
Client Secret - The Client Secret from the installation form
Instance ID - UUID-type string from the Installation form Scope following the
instance_
. Do not include the scope strings such as bl.users bl.mdm.
Notes and Supported Entities
BlackLine Users
Attribute | Notes |
---|---|
| User login |
| User full name as configured in BlackLine |
| Boolean True if user is active |
| User's configured email |
| User's Job Title if set in BlackLine |
BlackLine Group
Attribute | Notes |
---|---|
| BlackLine Group ID |
| Group name |
| Name of Group Level |
| BlackLine unique code for Group (short name) |
| ID of Parent Group if child |
BlackLine Product (as Resource)
Attribute | Notes |
---|---|
| Product Name |
BlackLine Role
Attribute | Notes |
---|---|
| Role Name |
Roles are assigned to Users or Groups to either BlackLine Application or specific BlackLine Product (resource) as configured in BlackLine.
Last updated