Skip to content

How to update a user attribute in .NET 6?

0

I am trying to update the user attribute using dotNET. I have looked for documentation on how to do it but all the documentation I find is either incomplete or doesn't work. Is there a way to do it as a rest call or is there a link to a GITHUB or documentation has all the code available?

1 Answer
0

Hi.

I saw your question and created the following article. (It's Japanese. I'm sorry.)

https://dev.classmethod.jp/articles/aws-sdk-for-net-net-6-amazon-cognito/

You can implement it using the CognitoIdentityProfiver using the AWS SDK for .NET.
If you want to use other API, you can implement it with the same idea.

EXPERT
answered 3 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.