HomeAPI ReferenceStorefront GraphQL APIlatestUserAttributesFynd Platform Versionv1.9.5 - latestv1.9.5 - latestv1.9.4v1.9.3queryuserAttributesGet the list of user attributes.ArgumentsslugStringResponseattributesJSONDescribes the structure of user attribute.Query1query userAttributes($slug: String) {2 userAttributes(slug: $slug) {3 attributes4 }5}Try itInput Variables1{2 "slug": "slug"3}Response1{2 "userAttributes": {3 "attributes": {}4 }5}Was this section helpful?YesNoPrevious« verifyMobileOTPNextCodeRequestBodySchemaInput »