aitomic.nomad_nmr.User¶ class aitomic.nomad_nmr.User(*, id, username, group)[source]¶ Data about a NOMAD user. Parameters: id (str) – The user id. username (str) – The username. group (str) – The group the user belongs to. Attributes id The user id. username The username. group The id of the group the user belongs to. group: str¶ The id of the group the user belongs to. id: str¶ The user id. username: str¶ The username.