External API

External API provides endpoints for external services API.

External-Services-API

This API contains the following operations:

OperationDescription
createExternalUser
Creates a user in a tenant with the following fields: - email - firstName - lastName - roleName
createTenantWithExternalAPI Creates a new tenant with external API.
deleteExternalUser
Removes the user, based on email ID.
fetchExternalUserProvides the list of users present in a tenant.
updateExternalUser
Allows editing of all parameters for the user: - email - firstName - lastName - roleName
updateTenantWithExternalAPI
Allows editing of all parameters for a tenant.

In this article