get_profiles_groups_categories_mapping: Get profile–group–category mappings

View source: R/session.R

get_profiles_groups_categories_mappingR Documentation

Get profile–group–category mappings

Description

Wrapper around get_profiles_groups_categories() to retrieve the long-format mapping of profiles to their groups and categories.

Usage

get_profiles_groups_categories_mapping()

Details

Intended for use when you want a relational view of profile metadata rather than the one-row-per-profile structure returned by get_profiles().

Value

A data frame with one row per profile–group–category combination, containing the columns:

  • profileId

  • categoryId

  • categoryName

  • groupId

  • groupName

Returned invisibly.

Examples

## Not run: 
# Fetch profile–group–category mappings for the current tenant
mappings <- get_profiles_groups_categories_mapping()
head(mappings)

## End(Not run)

valdr documentation built on April 22, 2026, 9:08 a.m.