IMPORTANT: This version of Sitefinity CMS is out of support and the respective product documentation is no longer maintained and can be outdated. Use the version selector to view a supported product version.
This topic contains examples of how to:
To query a specific user, you must perform the following:
NOTE: To learn how to query the profile of the user, read For developers: Query user profiles.
To query all users, you must perform the following:
Here is a code example:
Normally you can get the user object by any of the User class properties. For example in order to get a user by username, you can use the following code:
However some of the fields of the user are no longer properties of the User class like first name and last name. Instead you should use the SitefinityProfile. Here is a sample code that demonstrates how to query all users by first name:
Back To Top
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important