Connect Your App.NETRoleGetRoleVersion: 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.Implementationvar roles = await permitClient.Api.GetRole(roleId);