hey all, i'm trying to update user info (dept, address, etc) as well as custom schema attributes within one command, but it continues to fail on the custom attribute update, i'm using:
gam update user <email> address type work unstructured "School Address" schoolInfo.role Faculty
i can update the custom attribute if i run: gam update user <email> schoolInfo.role Faculty
any ideas? the schema i'm trying to update:
Schema: schoolInfo
schemaId: B9aoWpuBR7aF4nMNoXgKqA==
displayName: School Information
Field: id
fieldId: pbJjTLe9SNqRhuWWYVC0Eg==
fieldType: INT64
displayName: ID
multiValued: False
readAccessType: ADMINS_AND_SELF
Field: role
fieldId: 3xxjTneTQA2UeEiJ7JYjIQ==
fieldType: STRING
displayName: Role
multiValued: False
readAccessType: ADMINS_AND_SELF
Field: division
fieldId: 3tsVoxu-RQuO4PHNlp8tAg==
fieldType: STRING
displayName: Division
multiValued: False
readAccessType: ADMINS_AND_SELF
Field: gradYear
fieldId: hYmGQpGwR9ykTgCDi0cLWA==
fieldType: INT64
displayName: Grad Year
multiValued: False
readAccessType: ADMINS_AND_SELF
thanks! jonathan