Expand description
An async API client for the Frontegg user management service.
§Maintainership
This is not an official Frontegg product. This crate is developed by Materialize, the streaming data warehouse. Contributions are encouraged:
§See also
Additional information is available in the official Frontegg API documentation.
Structs§
- ApiError
- An error returned by the Frontegg API.
- Client
- An API client for Frontegg.
- Client
Builder - A builder for a
Client
. - Client
Config - Configures the required parameters of a
Client
. - Created
User - The subset of a
User
returned byClient::create_user
. - Permission
- A Frontegg permission.
- Role
- A Frontegg role.
- Tenant
- A Frontegg tenant.
- Tenant
Request - The subset of
Tenant
used in create requests. - User
- A Frontegg user.
- User
List Config - Configuration for the
Client::list_users
operation. - User
Request - The subset of
User
used in create requests. - Webhook
Tenant Binding - Binds a
User
to aTenant
for afrontegg.user.*
webhook event - Webhook
User - The subset of a
User
returned by afrontegg.user.*
webhook event