Update user's standard attributes
Overview
API Details
Generate the user node id
Fetch the user's standard attributes by query
query {
node(id: "<BASE64URL_ENCODED_USER_NODE_ID>") {
... on User {
standardAttributes
}
}
}Update the user's standard attributes by mutation
Updating Custom Attributes
Last updated
Was this helpful?