Resend an invite | API

Created by Tomas Gibbons, Modified on Fri, 16 Aug at 12:39 PM by Hannah Rowe


An entity is the individual you are seeking to verify through Credas. Within the API entities are identifiable by their entityId.


To resend an invite an an entity you can send a PUT request to the /api/v2/ci/entities/{entityId}/resend-invite endpoint. 


You can only use this request where an entity has already received an invite. 



Request body


When sending your request to this endpoint you will must set the contact preferences:


{
  "contactByEmail"true,
  
"contactBySms"true
}


These true / false values will determine the type of invite received by the entity. 


Note: You cannot send an invite to via email or SMS if you have not provided Credas with the relevant contact information i.e. email address or phone number. 



Response body


You will not receive a response body from this endpoint, if your request is successful you will receive a 200 http response.


If you receive a 400 response this typically indicates that the entity has not previously been invited so cannot be re-invited.


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article