# `ExScim.Groups.Mapper.DefaultMapper`
[🔗](https://github.com/ExScim/ex_scim/blob/main/lib/ex_scim/groups/mapper/default_mapper.ex#L1)

Default mapper implementation for basic SCIM group compliance.

Works with maps or structs that have standard field names:
- `:id`, `:external_id`, `:display_name`
- `:members`
- `:meta_created`, `:meta_last_modified`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
