Last updated on
Apr 27, 2021
Objective
Create a user directly with Active status.
Solution
- Log in to Adobe Sign.
- Navigate to Account>Adobe Sign API>REST API documentation.
- Select Version 5.
- Under post /users method, use the request code mentioned under
UserCreationInfo method
{
"email": "email@email.com",
"firstName": "AA",
"lastName": "AB",
"password":"12******rte"
}