Connect Your AppNodeJSRolegetRoleVersion: 2.0.0On this pagegetRoleGet a single tenant role, if such role exists.ParametersroleId - The id of the role. This can also be the role key.Implementationconst roles = await permit.api.getRole(roleId);