Company Onboarding¶
Public Registration¶
Steps¶
- Open
https://company.kifwa.cfhub.net/register - Fill company profile and compliance identity fields
- Upload registration documents
- Submit registration and keep reference
Core APIs¶
POST /documents/company-registration/uploadPOST /public/company-registrations
Authentication And Access Mode¶
After approval, users sign in via Keycloak and are routed to:
- Limited onboarding mode, or
- Full operational mode
Core APIs¶
GET /users/meGET /company/my-profile
Profile And Team Setup¶
Steps¶
- Update company profile and branding
- Create users and assign roles
- Suspend/activate users when needed
Core APIs¶
GET /company/my-profilePUT /company/my-profileGET /company/usersPOST /company/usersPUT /company/users/{userId}POST /company/users/{userId}/suspendPOST /company/users/{userId}/activate