Verify the user entity
Verify the user’s entity information
1 minute read
Verify user entity
Before you can deploy most resources, you will have to verify the calling user entity. In most circumstances, all you’ll need to do is provide a government issued ID and verify your proof of identity.
- For some account types such as
professional
andbespoke
, you will need to provide additional information.
graph LR
L[Legal Entity] --> U1[User 1]
U1[User 1] --> A1[Main Account]
U1[User 1] --> A2[Sandbox Account]
L[Legal Entity] --> Verification{Is verified?}
Verification{Is verified?} --> Access([Resource Access])
Kick-off verification
To start the verification process, send a POST
request to the object/entity
endpoint.
@TODO
Check verification status
Once the verification has been completed, you can check the status of user accounts by querying the object/account
endpoint. Now, you should see that the user account has been verified.
@TODO
👍 Wunderbar! You’ve verified your entity on the Pocket Cloud
!
Last modified April 3, 2023: fix ubuntu issues (dc29291)