home

General

Adobe Sign ServicesAdvantage Platform AdministrationApprovals for Advantage PlatformApprovals for SalesforceBilling for Advantage PlatformBilling for SalesforceCLM for Advantage PlatformCLM for SalesforceContracts for SalesforceCollaborateComposer for Advantage PlatformComposer for SalesforceContractsConga for Google DocsConga Upgrade ProgramContract Intelligence (Standalone)Conga CopilotCPQ for Advantage PlatformCPQ for SalesforceDeal MaximizerDigital Commerce for Advantage PlatformDigital Commerce for SalesforceDiscovery AI for Advantage PlatformDiscovery AI for SalesforceDocusign ServiceseSignature Integration with Advantage PlatformGridInvoice GenerationMix FormsOrchestrateOrder Management for Advantage PlatformOrder Management for SalesforcePartner Commerce for Advantage PlatformPartner Commerce for SalesforceQuote GenerationSign for Advantage PlatformSign for SalesforceSmart SearchTest AuthorTurboEnginesX-Author for Contracts 1.0 (Classic)X-Author for ContractsX-Author for Contracts Advanced for Advantage PlatformX-Author for Contracts Advanced for SalesforceX-Author for ExcelX-Author for Migration Manager for Advantage PlatformX-Author for Migration ManagerRelease NotesGeneral
search
search
Adobe Sign ServicesAdvantage Platform AdministrationApprovals for Advantage PlatformApprovals for SalesforceBilling for Advantage PlatformBilling for SalesforceCLM for Advantage PlatformCLM for SalesforceContracts for SalesforceCollaborateComposer for Advantage PlatformComposer for SalesforceContractsConga for Google DocsConga Upgrade ProgramContract Intelligence (Standalone)Conga CopilotCPQ for Advantage PlatformCPQ for SalesforceDeal MaximizerDigital Commerce for Advantage PlatformDigital Commerce for SalesforceDiscovery AI for Advantage PlatformDiscovery AI for SalesforceDocusign ServiceseSignature Integration with Advantage PlatformGridInvoice GenerationMix FormsOrchestrateOrder Management for Advantage PlatformOrder Management for SalesforcePartner Commerce for Advantage PlatformPartner Commerce for SalesforceQuote GenerationSign for Advantage PlatformSign for SalesforceSmart SearchTest AuthorTurboEnginesX-Author for Contracts 1.0 (Classic)X-Author for ContractsX-Author for Contracts Advanced for Advantage PlatformX-Author for Contracts Advanced for SalesforceX-Author for ExcelX-Author for Migration Manager for Advantage PlatformX-Author for Migration ManagerRelease NotesGeneral

Conga Product Documentation

Welcome to the new doc site. Some of your old bookmarks will no longer work. Please use the search bar to find your desired topic.

search

General

chevron_left

General Contents

close
  • Features by Release

  • Conga Upgrade Program

  • chevron_right

    System Requirements and Supported Platforms Matrix

  • Managed Packages Dependency Matrix

  • Conga Applications in Salesforce Lightning

  • Salesforce Multi-Factor Authentication Support for Conga Commerce

  • chevron_right

    Conga Product Glossary

  • chevron_right

    Conga Upgrade Assistant

  • chevron_right

    Product Retirement Schedule

  • expand_more

    Developer Center

    • chevron_right

      Approvals for Salesforce REST APIs

    • chevron_right

      Billing for Salesforce REST APIs

    • chevron_right

      CLM for Salesforce REST APIs

    • chevron_right

      CPQ for Salesforce REST APIs

    • expand_more

      Digital Commerce for Salesforce REST APIs

      • chevron_right

        CPQ REST API Version 4

      • expand_more

        CPQ REST API Version 5

        • expand_more

          Authentication

          • Get Signing Key

            get
          • Revoke Token

            delete
          • Get Access Token

            post
          • Get Active User

            get
        • chevron_right

          Storefront

        • chevron_right

          Account

        • chevron_right

          PriceList

        • chevron_right

          Catalog

        • chevron_right

          Carts

        • chevron_right

          Cart Items

        • chevron_right

          Favorites

        • chevron_right

          Generic

        • chevron_right

          Order

        • chevron_right

          Quote

        • chevron_right

          Assets

        • chevron_right

          Collaboration Request

        • chevron_right

          User Views

    • chevron_right

      Discovery AI for Salesforce REST APIs

    • chevron_right

      Orchestrate REST APIs

    • chevron_right

      Partner Commerce for Salesforce REST APIs

    • chevron_right

      TurboEngines REST APIs

  1. General
  2. arrow_right
  3. Developer Center
  4. arrow_right
  5. Digital Commerce for Salesforce REST APIs
  6. arrow_right
  7. CPQ REST API Version 5

list_altShow Contents

chevron_left

General

Authentication

chevron_right
download

Get Active User

get
/users/active

You can easily get the record information for the current active user by passing the 'active' parameter to the users API.

Request

Security: Basic Auth

Headers

Content-Type
string
required

Content type of the request body.

Example:
application/json
x-storefront
string
required

The name of the storefront used for the request.

Example:
ECommerce

Responses

200

OK

Body

responses
/
200
data
object
required
FirstName
string
LastName
string
Username
string
Id
string
Email
string
Name
string
Alias
string
Auth
Username
:
Password
:
Parameters
:
:
curl --request GET \
--url https://documentation.conga.com/users/active \
--header 'Accept: application/json' \
--header 'Authorization: Basic 123' \
--header 'Content-Type: ' \
--header 'x-storefront: '
Response Example
1
{
2
"title": "success",
3
"status": 200,
4
"data": {
5
"BadgeText": "",
6
"OutOfOfficeMessage": "",
7
"IsECommerceUser": false,
8
"IsProfilePhotoActive": false,
9
"MediumBannerPhotoUrl": "/partner/profilephoto/005/E",
10
"SmallBannerPhotoUrl": "/partner/profilephoto/005/D",
11
"BannerPhotoUrl": "/partner/profilephoto/005/B",
12
"DefaultGroupNotificationFrequency": "D",
13
"DigestFrequency": "D",
14
"MediumPhotoUrl": "/partner/profilephoto/005/M",
15
"IsExtIndicatorVisible": false,
16
"SmallPhotoUrl": "/partner/profilephoto/005/T",
17
"FullPhotoUrl": "/partner/profilephoto/005/F",
18
"IsPortalEnabled": false,
19
"UserPreferencesNativeEmailClient": false,
20
"UserPreferencesNewLightningReportRunPageEnabled": false,
21
"UserPreferencesSRHOverrideActivities": false,
22
"UserPreferencesUserDebugModePref": false,
23
"UserPreferencesHasCelebrationBadge": false,
24
"UserPreferencesPreviewCustomTheme": false,
25
"UserPreferencesSuppressEventSFXReminders": false,
26
"UserPreferencesSuppressTaskSFXReminders": false,
27
"UserPreferencesExcludeMailAppAttachments": false,
28
"UserPreferencesFavoritesShowTopFavorites": false,
29
"UserPreferencesRecordHomeReservedWTShown": false,
30
"UserPreferencesRecordHomeSectionCollapseWTShown": false,
31
"UserPreferencesFavoritesWTShown": false,
32
"UserPreferencesCreateLEXAppsWTShown": false,
33
"UserPreferencesGlobalNavGridMenuWTShown": false,
34
"UserPreferencesGlobalNavBarWTShown": false,
35
"UserPreferencesHideBiggerPhotoCallout": false,
36
"UserPreferencesHideSfxWelcomeMat": false,
37
"UserPreferencesHideLightningMigrationModal": false,
38
"UserPreferencesHideEndUserOnboardingAssistantModal": false,
39
"UserPreferencesPreviewLightning": false,
40
"UserPreferencesLightningExperiencePreferred": false,
41
"UserPreferencesShowStreetAddressToGuestUsers": false,
42
"UserPreferencesShowFaxToGuestUsers": false,
43
"UserPreferencesShowMobilePhoneToGuestUsers": false,
44
"UserPreferencesShowWorkPhoneToGuestUsers": false,
45
"UserPreferencesShowManagerToGuestUsers": false,
46
"UserPreferencesShowEmailToGuestUsers": false,
47
"UserPreferencesCacheDiagnostics": false,
48
"UserPreferencesPathAssistantCollapsed": false,
49
"UserPreferencesDisableEndorsementEmail": false,
50
"UserPreferencesHideS1BrowserUI": false,
51
"UserPreferencesPipelineViewHideHelpPopover": false,
52
"UserPreferencesShowCountryToGuestUsers": false,
53
"UserPreferencesShowPostalCodeToGuestUsers": false,
54
"UserPreferencesShowStateToGuestUsers": false,
55
"UserPreferencesShowCityToGuestUsers": false,
56
"UserPreferencesShowTitleToGuestUsers": false,
57
"UserPreferencesShowProfilePicToGuestUsers": false,
58
"UserPreferencesShowCountryToExternalUsers": false,
59
"UserPreferencesShowPostalCodeToExternalUsers": false,
60
"UserPreferencesShowStateToExternalUsers": false,
61
"UserPreferencesShowCityToExternalUsers": false,
62
"UserPreferencesShowStreetAddressToExternalUsers": false,
63
"UserPreferencesShowFaxToExternalUsers": false,
64
"UserPreferencesShowMobilePhoneToExternalUsers": false,
65
"UserPreferencesShowWorkPhoneToExternalUsers": false,
66
"UserPreferencesShowEmailToExternalUsers": false,
67
"UserPreferencesShowManagerToExternalUsers": false,
68
"UserPreferencesShowTitleToExternalUsers": true,
69
"UserPreferencesDisableFileShareNotificationsForApi": false,
70
"UserPreferencesEnableAutoSubForFeeds": false,
71
"UserPreferencesDisableSharePostEmail": false,
72
"UserPreferencesDisableBookmarkEmail": false,
73
"UserPreferencesDisableMessageEmail": false,
74
"UserPreferencesSortFeedByComment": true,
75
"UserPreferencesDisableLikeEmail": true,
76
"UserPreferencesDisCommentAfterLikeEmail": false,
77
"UserPreferencesHideSecondChatterOnboardingSplash": false,
78
"UserPreferencesHideChatterOnboardingSplash": false,
79
"UserPreferencesHideCSNDesktopTask": false,
80
"UserPreferencesDisMentionsCommentEmail": false,
81
"UserPreferencesDisableMentionsPostEmail": false,
82
"UserPreferencesHideCSNGetChatterMobileTask": false,
83
"UserPreferencesReceiveNotificationsAsDelegatedApprover": false,
84
"UserPreferencesReceiveNoNotificationsAsApprover": false,
85
"UserPreferencesApexPagesDeveloperMode": false,
86
"UserPreferencesContentEmailAsAndWhen": true,
87
"UserPreferencesContentNoEmail": true,
88
"UserPreferencesDisProfPostCommentEmail": false,
89
"UserPreferencesDisableLaterCommentEmail": false,
90
"UserPreferencesDisableChangeCommentEmail": false,
91
"UserPreferencesDisableProfilePostEmail": false,
92
"UserPreferencesDisableFollowersEmail": false,
93
"UserPreferencesDisableAllFeedsEmail": false,
94
"UserPreferencesReminderSoundOff": false,
95
"UserPreferencesTaskRemindersCheckboxDefault": true,
96
"UserPreferencesEventRemindersCheckboxDefault": true,
97
"UserPreferencesActivityRemindersPopup": true,
98
"ForecastEnabled": false,
99
"UserPermissionsChatterAnswersUser": false,
100
"UserPermissionsSiteforcePublisherUser": false,
101
"UserPermissionsSiteforceContributorUser": false,
102
"UserPermissionsSupportUser": false,
103
"UserPermissionsInteractionUser": false,
104
"UserPermissionsKnowledgeUser": false,
105
"UserPermissionsSFContentUser": false,
106
"UserPermissionsMobileUser": false,
107
"UserPermissionsCallCenterAutoLogin": false,
108
"UserPermissionsOfflineUser": false,
109
"UserPermissionsMarketingUser": false,
110
"NumberOfFailedLogins": 0,
111
"SystemModstamp": "2020-03-02T21:04:34.000Z",
112
"LastModifiedById": "0050f000008nTccAAE",
113
"LastModifiedDate": "2020-03-02T21:04:34.000Z",
114
"CreatedById": "0050f000008nTcNAAU",
115
"CreatedDate": "2018-07-12T22:14:06.000Z",
116
"LastPasswordChangeDate": "2019-02-28T16:07:34.000Z",
117
"LastLoginDate": "2020-03-02T17:18:23.000Z",
118
"LanguageLocaleKey": "en_US",
119
"UserType": "Standard",
120
"ProfileId": "00eG0000001AyZ0IAK",
121
"EmailEncodingKey": "ISO-8859-1",
122
"ReceivesAdminInfoEmails": true,
123
"ReceivesInfoEmails": true,
124
"LocaleSidKey": "en_US",
125
"UserRoleId": "00EG0000000xHqbMAE",
126
"TimeZoneSidKey": "America/Los_Angeles",
127
"IsActive": true,
128
"CommunityNickname": "chmoyle",
129
"Alias": "cmoyl",
130
"EmailPreferencesStayInTouchReminder": true,
131
"EmailPreferencesAutoBccStayInTouch": false,
132
"EmailPreferencesAutoBcc": true,
133
"Email": "chmoyle@apttus.com",
134
"Address": null,
135
"CompanyName": "Apttus",
136
"Name": "Chris Moyle",
137
"FirstName": "Chris",
138
"LastName": "Moyle",
139
"Username": "chmoyle@apttus.com.webstore.dev",
140
"Id": "0050f000008nTccAAE"
141
}
142
}
chevron_leftchevron_right
chevron_right

Footer Section

Explore


Conga.com
Legal
Feedback
Contact Support

Copyright © 2025 Conga Corporation • All Rights Reserved

Cookie Notice

We use cookies to improve your experience on our site. To find out more, read our cookie policy.