Logto · Capability
Logto API references — Custom profile fields
Logto API references — Custom profile fields. 7 operations. Lead operation: Get all custom profile fields. Self-contained Naftiko capability covering one Logto business surface.
What You Can Do
GET
Listcustomprofilefields
— Get all custom profile fields
/v1/api/custom-profile-fields
POST
Createcustomprofilefield
— Create a custom profile field
/v1/api/custom-profile-fields
POST
Createcustomprofilefieldsbatch
— Batch create custom profile fields
/v1/api/custom-profile-fields/batch
POST
Updatecustomprofilefieldssieorder
— Update the display order of the custom profile fields in Sign-in Experience.
/v1/api/custom-profile-fields/properties/sie-order
GET
Getcustomprofilefieldbyname
— Get a custom profile field by name
/v1/api/custom-profile-fields/{name}
PUT
Updatecustomprofilefieldbyname
— Update a custom profile field by name
/v1/api/custom-profile-fields/{name}
DELETE
Deletecustomprofilefieldbyname
— Delete a custom profile field by name
/v1/api/custom-profile-fields/{name}
MCP Tools
get-all-custom-profile-fields
Get all custom profile fields
read-only
idempotent
create-custom-profile-field
Create a custom profile field
batch-create-custom-profile-fields
Batch create custom profile fields
update-display-order-custom-profile
Update the display order of the custom profile fields in Sign-in Experience.
get-custom-profile-field-name
Get a custom profile field by name
read-only
idempotent
update-custom-profile-field-name
Update a custom profile field by name
idempotent
delete-custom-profile-field-name
Delete a custom profile field by name
idempotent