External Identities API
Add and remove identities to a Limio Customer.
Last updated
Was this helpful?
Add and remove identities to a Limio Customer.
Last updated
Was this helpful?
The External Identities API empower multiple end-users to seamlessly access Limio Self-Service for the same subscription(s). The full API documentation is available:
This is especially beneficial in B2B scenarios, where an end-user might have originally purchased a subscription, however multiple end-user (owner, finance director, operations...) require the ability to change the subscription, access invoices, and process new purchases such as add-ons.
With this endpoint, developers and integrators have a mechanism to add multiple end-users to access the same subscription(s) while maintaining the safety of the data.
Access Control:
Currently, Limio operates on a flat-level access control system. This means each end-user granted access to the subscription will possess equivalent permissions to other end-users (including the original end-user who made the purchase).
Once a new end-user is added via the External Identity API, the end-user will be able to perform similar actions:
See all subscriptions
Modify payment methods
Cancel or switch between offers
Edit add-ons
View invoices
A few notes:
This endpoint is currently only available if externally implemented from your application. Limio does not provide a mechanism within Limio Self-Service to add a user.
To maintain integrity and avoid duplication, the system is designed with specific constraints:
Existing Limio end-users cannot be reassigned to an additional subscription.
Deletion requests must originate from the same overarching subscription; otherwise, the request will be denied.
If there are any issues please reach out to Limio Support.
This API allows a Limio administrator to add an external identity to any Limio identity on behalf of an organization. It is intended for administrative purposes and requires full OAuth API key authentication.Use Case: Admins can link external identities to any owner without needing the user to be logged in.Authentication: This API uses OAuth bearer tokens. See for details.
The ID of the Limio owner to which the external identity will be linked.
id-23252f4950f5efe7de30de37da283149
This API allows a Limio administrator to remove an external identity from any Limio identity on behalf of an organization. It is intended for administrative purposes and requires full OAuth API key authentication.Use Case: Admins can unlink external identities from any owner without the user being logged in.Authentication: This API uses OAuth bearer tokens. See for details.
The ID of the Limio owner from which the external identity will be removed.
id-23252f4950f5efe7de30de37da283149