Marketo Capabilities

Last updated: October 8, 2024

After this article...

You'll understand the capabilities our Marketo integration provides, and how Lumos interacts with the Marketo API.

View users

The mapping between Marketo user statuses and Lumos user account statuses is below.

Marketo User Status

Lumos Account Status

Marketo returns a user

Active

deleted (Marketo no longer returns a user)

Deprovisioned

Marketo API endpoint: https://developers.marketo.com/rest-api/user-management/#browse_users

View a user's entitlements

Lumos can retrieve the following user entitlements from Marketo.

  • Role - The roles associated with the Marketo user.

Marketo API endpoints:

Role: https://developers.marketo.com/rest-api/user-management/#roles_and_workspaces_by_id

View a user's last login

In Lumos, the Last Login value represents the last time the user logged into Marketo.

Marketo API endpoint: https://developers.marketo.com/rest-api/user-management/#user_by_id (we retrieve the lastLoginAt field for the user)

Deprovision a user

AppStore

Offboarding

Access Reviews

License Management

N/A

In Lumos, deprovisioning a Marketo user marks their Account Status as "Deprovisioned".

In Marketo, this action permanently removes the user and their data from Marketo.

This action reclaims a license in Marketo.

Marketo API endpoint: https://developers.marketo.com/rest-api/user-management/#delete_user

Marketo API documentation