Note |
---|
The ability to update a person via this endpoint has been deprecated. If you need to update a person, please refer to the Update a Person endpoint. |
Info |
---|
This Example Project demonstrates how to consume an older version this API endpoint within a Java project. |
Info |
---|
This Example Project demonstrates how to consume an older version of this API endpoint within a C# project. |
...
sendInvitation=[true|false]
default istrue
IfsendInvitation
is false, cardholders will not receive an email invitation.If sendInvitation is true (or not specified)
, the user's password will be reset, all previous login links will be deprovisioned, and an email invitation will be sent to the cardholder.
...
.
Code Block | ||
---|---|---|
| ||
{ "email": "jon.doe@foo.edu" } |
...