Skip to main content
Solved

How to update attributes of inactive users who aren’t logging in anymore?

  • October 4, 2024
  • 1 reply
  • 56 views

In our application, users can be deactivated and they no longer login. We want to sync this status to a custom attribute in Gainsight. The user is not logging in anymore and therefore the identify call cannot be called. How can we update the attribute in Gainsight?

Best answer by rschlette

User attributes can be  updated via the REST API’s Update User request, data loader or S3 User Import (all docs linked inline). The REST API is quick and easy for a few records. Data loader allows you to script a larger batch of records using the REST API in the background. And the S3 import, once configured, updates user records from csv.

1 reply

rschlette
Forum|alt.badge.img+2
  • Expert ⭐️
  • Answer
  • October 4, 2024

User attributes can be  updated via the REST API’s Update User request, data loader or S3 User Import (all docs linked inline). The REST API is quick and easy for a few records. Data loader allows you to script a larger batch of records using the REST API in the background. And the S3 import, once configured, updates user records from csv.