Authorised Users
Corporate and Consumer identities can invite authorised users to access their account. Once on-boarded, authorised users can create and manage instruments and transactions on behalf of the identity they are on-boarded with.
In case of Corporate Identities, authorised users are typically employees who have access to company's banking products such as cards and bank accounts.
In case of Consumer Identities, authorised users are typically children/teens whose parents want them to have access to banking products such as cards and bank accounts.
Note that the /users GET endpoints return all users including root users. However, modification operations (create, update, activate, deactivate) on /users endpoints only apply to authorised users. To modify root user details, use the respective /consumers or /corporates endpoints.
Operations
/usersGet all usersGET/usersGet a userGET/users/{user_id}Update a userPATCH/users/{user_id}Activate a userPOST/users/{user_id}/activateDeactivate a userPOST/users/{user_id}/deactivateSend a user invitePOST/users/{user_id}/inviteValidate a user invitePOST/users/{user_id}/invite/validateConsume a user invitePOST/users/{user_id}/invite/consumeSend an email verification code to the authorised userPOST/users/verification/email/sendVerify email of the authorised userPOST/users/verification/email/verifyStart KYC for the userPOST/users/kyc