Activate person
Use case
This example presents how to activate a person from PENDING
status to ACTIVE
.
In this example, we will demonstrate how to activate a recently created private individual, Ashley Tuum, as she has passed all pre-activation checks.
Use case data
API parameters with values
The personId of the Ashley Tuum is ID-29367
.
...persons/ID-29367/activate
Sample API call
To activate the person, make the following API call.
https://person-api.sandbox.tuumplatform.com/api/v1/persons/ID-29367/activate
Sample request
Below is an example request of the API call to activate person.
No request body.
Sample response
Below you will find an example response to the API call from above.
Result
A private person Ashley Tuum has been activated.
Last updated
Was this helpful?