Azure Active Directory (AAD)
Generates and returns the authorization URL for Active Directory with the provided company ID.
The ID of the company for which the authorization URL is generated.
98765success
success
Removes the Active Directory integration account for the specified company ID.
The ID of the company for which the Active Directory account will be removed.
98765success
success
Exchanges the provided authorization token for an access token using the company ID and user session.
The ID of the company for which the token is being requested.
98765The authorization token received from the authorization URL.
abcdef123456success
success
Updates the configuration settings for Azure Active Directory integration for a specified company.
The ID of the company whose configuration is being updated.
98765Comma-separated list of Azure group IDs.
azure-group-id-1,azure-group-id-2,azure-group-id-3Frequency of synchronization (e.g., day, week).
daydayweekmonthMapping of fields between Azure AD and the application.
[{"company":["companyName"]},{"name":["displayName","givenName"]}]Fields to fetch from Azure AD during synchronization.
displayName, companyNameWhether to send an invitation email to new users.
10Flag indicating whether to send a wallet card to new users.
10success
success
Fetches Azure Active Directory groups for a specified company. Optionally, specific group IDs can be provided.
The ID of the company for which the groups are being fetched.
98765Comma-separated list of group IDs to fetch specific groups.
group1,group2,group3success
success
Searches for Azure Active Directory groups based on a query string for a specified company.
The ID of the company within which the search is conducted.
98765The search query used to find matching groups.
marketingsuccess
success
Retrieves the connected user's details and configuration status for a specified company from Azure Active Directory.
The ID of the company for which the status is being retrieved.
98765success
success
Last updated