| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Turn Nextcloud accounts into a structured directory for real operational work.
Profile fields lets teams add organization-specific profile data that does not fit in the default Nextcloud profile, with clear governance over who can edit each field and who can see it.
This makes the app useful for internal directories, support operations, partner programs and other corporate deployments that need richer account metadata without leaving Nextcloud.
The public API contract for this app is published as openapi-full.json.
Run the app commands from the Nextcloud stack root, not from the host PHP environment.
| occ Command | Description |
|---|---|
| profile_fields:data:export | Export the current Profile Fields catalog and stored values. |
| profile_fields:data:import | Validate an import payload without writing anything. |
| profile_fields:data:import | Apply the non-destructive upsert import. |
| profile_fields:data:clear | Clear app definitions explicitly before reimporting into the same environment. |
| Back | FazBrowse Home | New Git URL |