propelauth 0.23.4

A Rust crate for managing authentication and authorization with support for multi-tenant / B2B products, powered by PropelAuth
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# CreateOrgRequest

## Properties

| Name                                  | Type               | Description | Notes |
| ------------------------------------- | ------------------ | ----------- | ----- |
| **name**                              | **String**         |             |
| **domain**                            | **Option<String>** |             |
| **enable_auto_joining_by_domain**     | **Option<bool>**   |             |
| **members_must_have_matching_domain** | **Option<bool>**   |             |
| **max_users**                         | **Option<i32>**    |             |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)