CountUserProfile

Retrieve the number of user profiles or a single user with a given identifier.

  • Input data type => object
  • Output data type => object

Input parameters

  1. _session_hash (string)
  2. Required. Session identifier (received during login - doLogin)

  3. sf_guard_user_id (string)
  4. Identifier.

  5. _offset (integer)
  6. Specifies the offset of the results by a given offset.

  7. _limit (integer)
  8. Specifies the number of results in the query.

  9. _modified_from (dateTime)
  10. Specifies the modification date from which the results will be displayed. Time in unixtime format.

  11. _modified_to (dateTime)
  12. Specifies the modification date to which the results will be displayed. Time in unixtime format.

Output data

  1. _count (integer)
  2. Number of user profiles.