Skip to main content

API calls for Lucidchart

The Lucidchart connector makes API calls to Lucid to retrieve data.

List users

note

This endpoint is called if you have a Team plan and used OAuth 2.0 authentication to configure the Lucidchart connector.

The call uses the GET operation to retrieve a list of users.

URI: https://api.lucid.co/users

For more information, see Lucidchart API docs .

Get all users

note

This endpoint is called if you have an Enterprise plan and used SCIM bearer token authentication to configure the Lucidchart connector.

The call uses the GET operation to retrieve a list of users.

URI: https://users.lucid.app/scim/v2/Users

For more information, see Lucidchart API docs .