# Get Individual This request will give you the information about you as an individual. Endpoint: GET /public-api/1.0/electricity/users/individual Version: 1.0 Security: api-key ## Response 200 fields (application/json): - `id` (string, required) - `username` (string, required) - `firstName` (string) - `prefix` (string) - `lastName` (string) - `fullName` (string, required) - `telephone` (string) - `email` (string) - `participant` (object) - `participant.name` (string) - `participant.kvK` (string) - `participant.iban` (string) - `participant.bic` (string) - `participant.externalId` (string) - `participant.externalIdType` (string) Enum: "ACER", "LEI", "EIC", "GLN", "BIC" - `participant.recipientId` (string) - `participant.addresses` (array) - `participant.addresses.street` (string) - `participant.addresses.houseNumber` (string) - `participant.addresses.postalCode` (string) - `participant.addresses.city` (string) - `participant.addresses.country` (string) - `participant.addresses.ean` (string) - `participant.addresses.invoice` (boolean) - `participant.maxSellE` (number) - `participant.maxBuyE` (number) - `participant.maxSellG` (number) - `participant.maxBuyG` (number) - `participant.contacts` (array) - `participant.contacts.comment` (string) - `participant.contacts.receivingEmail` (boolean) - `participant.contacts.mailType` (string) Enum: "GLOBAL", "ETPA", "ACER" - `participant.contacts.third` (boolean) - `participant.broker` (boolean) - `participant.pvPartyParticipant` (boolean) - `participant.intraday` (boolean) - `participant.expost` (boolean) - `participant.gridOperator` (boolean) - `participant.enappsys` (boolean) - `participant.idcons` (boolean) - `participant.representedBy` (string) - `participant.vatWarehouse` (boolean) - `participant.vatNumber` (string) - `participant.walletBalance` (number) - `participant.xbidEnabled` (boolean, required) - `participant.brpDeliveryAreas` (array) - `enabled` (boolean, required) - `locked` (boolean, required) - `authorities` (array, required) ## Response 403 fields (*/*): - `errors` (array) ## Response 412 fields (*/*): - `errors` (array) ## Response 500 fields (*/*): - `errors` (array)