ci: regenerated with OpenAPI Doc latest, Speakeasy CLI 1.134.1

This commit is contained in:
speakeasybot
2024-01-10 15:48:00 +00:00
parent 0231c2a428
commit 2af51a7827
589 changed files with 45363 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# CreateUserRequestBody
## Fields
| Field | Type | Required | Description |
| -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- |
| `active` | *boolean* | :heavy_minus_sign: | This param requires an api key in the request header or it will be ignored |
| `approved` | *boolean* | :heavy_minus_sign: | N/A |
| `email` | *string* | :heavy_check_mark: | N/A |
| `externalIds` | [operations.ExternalIds](../../../sdk/models/operations/externalids.md) | :heavy_minus_sign: | N/A |
| `name` | *string* | :heavy_check_mark: | N/A |
| `password` | *string* | :heavy_check_mark: | N/A |
| `userFields1` | *boolean* | :heavy_minus_sign: | N/A |
| `username` | *string* | :heavy_check_mark: | N/A |