Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


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 is true
    If sendInvitation 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
titleExample HTTP Request Body - Email Only
{
  "email": "jon.doe@foo.edu"
}

...