Connect Your App.NETRoleGetRoleOn this pageGetRole Get a single tenant role, if such role exists. Parameters roleId - The id of the role. This can also be the role key. Implementation var roles = await permitClient.Api.GetRole(roleId);