.. index:: User, UserBrands .. _user_brands: User brands ============ The brands that are being associated with a certain user in his profile. .. _user-brands-fields: Fields ------ .. apifields:: .. apifield:: :name: brands :type: array of string :constraints: -- :required: false :updateable: false :writable: false :description: The brands for the user Reference --------- .. endpoint:: GET /v1/users/{userId}/brands Get a user's brands. Errors ------ .. errors:: .. error:: :http: 400 :code: validation-failure Validation of the profile failed. There should be more information in the field errors Examples -------- .. include:: examples/get-user-brands-example.rst