Creating an Integration User for Sign API
Conga Sign for Advantage Platform developers will need to set up an Integration User in order to acquire the Client ID and Secret, so that you may utilize Conga Sign API solutions.
You can also go through a manual creation processes in Conga Advantage Platform to create Integration users by following the Adding Users documentation.
Create the Integration User
The endpoint below creates an Integration user and returns the ID of this new user.
The following fields are required:
FirstName
LastName
UserType
Role
Email
Get the Integration User's ClientId
The endpoint below uses the Integration user ID and returns the associated ClientId. If a ClientId is already associated with the Integration user, the ClientId will return as a null value.
Field | Type | Description | Required |
---|---|---|---|
integrationUserId | string | Integration user ID | Yes |
Generate Integration User Secret
This endpoint generates the User Secret based on the Integration Users ClientId.
Field | Type | Description | Required |
---|---|---|---|
integrationUserId | string | Integration user ID | Yes |