# Batch create custom profile fields **POST /api/custom-profile-fields/batch** Create multiple custom profile fields in a single request (max 20 items). ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters ### Body: application/json (array[object]) ## Responses ### 201 Custom profile fields created successfully. #### Body: application/json (array[object]) - **tenantId** (string) - **id** (string) - **name** (string) - **type** (string) - **label** (string) - **description** (string | null) - **required** (boolean) - **config** (object) - **createdAt** (number) - **sieOrder** (number) ### 400 Bad Request ### 401 Unauthorized ### 403 Forbidden [Powered by Bump.sh](https://bump.sh)