Security Usage and Examples

Security operations enable you to perform CRUD (create, read, update and delete) operations for single User accounts or in a batch. You can also add and remove Users from Teams.

Usage: Creating and Updating Users

Use these operations to create or update users:

  • saveuser
  • saveuserbatch

To create users, do not include a record ID or public ID in the request.

To update existing users, specify the record ID or public ID in the request. If duplicate public IDs exist, you must use the record ID.

Examples