# Create a custom profile field **POST /api/custom-profile-fields** Create a custom profile field. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters ### Body: application/json (object) - **name** (string) - **type** (string("Text")) - **label** (string) - **description** (string) - **required** (boolean) - **config** (object) ## Responses ### 201 Created #### Body: application/json (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)