Users & Roles

Firm Admin controls user invitations, branch mapping and role mapping.

Manage Users
{% for user in users %} {% else %} {% endfor %}
UserRolesLogin StatusDesignationMobile
{{ user.name }}
{{ user.email }}
{% for role in user.roles %}{{ role }}{% else %}No role{% endfor %}
{% if user.must_change_password %}
Invite/password pending
{% endif %}
{{ user.designation or '-' }} {{ user.mobile or '-' }}
No users found.