Published 06/19/2019 at 6:28pm UTC
Page viewed 31761 times
How can I search for a user based on search criteria other than their SecureVideo user ID?
GET https://api.securevideo.com/usersearch?fullName=andre%20smith&emailAddress=asmith%40example.com
Gets a list of active (non-deleted) users for your company with properties matching those specified in the query string using a case-insensitive comparison. If a property is omitted or passed with a blank or null value, that property is not part of the search.
Be sure to URL encode the parameters as necessary.
For details on the payload returned, please see API - Users.
This article was last reviewed by our Support team on May 24, 2021.