EAI API Documentation

Update User

1min
to update a user, use the following rest api https //{subdomain} teleskope io/1/eai/graph?updateuser?email={email id}\&external id={external id}\&first name={first name}\&last name={last name}\&user status={user status} required parameters external id external email id optional parameters email email of the user (optional) first name first name of user (optional), empty values are ignored last name last name of user (optional), empty values are ignored user status user status replace {subdomain} with the customer's assigned subdomain, {external id} with the external email id of the user who needs to be updated you can also use optional parameters like email and replace { email id } with the matching email id of the user similarly, {first name} and {last name} can be used another optional parameter is user status through this, a user’s status can be set to any of the following active the user is active and can sign in block the user is blocked from accessing the platform delete the user has been marked deleted in the system all user data will be automatically removed permanently after 30 days unless the user signs in again if the user signs in, the user account will be automatically restored to active state