4 Answers
- Newest
- Most votes
- Most comments
0
Yes, we have the createUser API available for that.
https://docs.aws.amazon.com/a4b/latest/APIReference/API_CreateUser.html
0
Thanks, milo@aws. So, the procedure is:
- Create a User with CreateUser API >> and obtain UserArn
- Use SendInvitation API and UserArn to send invite by email
Am I correct?
0
Yes, that is correct. Use CreateUser -> UserArn -> SendInvitation. But also use PutInvitationConfiguration API to initialize your invitation email template.
Relevant content
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 10 months ago
