# Update the display order of the custom profile fields in Sign-in Experience. **POST /api/custom-profile-fields/properties/sie-order** Update the display order of the custom profile fields in Sign-in Experience. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters ### Body: application/json (object) - **order** (array[object]) ## Responses ### 200 Custom profile fields updated 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)