SODA API: Users Service

The UsersService allows you to retrieve details of user profiles, as well as to manage your own user profile. User profiles include the user's username, given name, and user ID, as well as profile details such as their hometown and profile image. In addition, you can also retrive a user's contacts, groups, picklists, and views. For details on what is available, see the documentation on the User type.

Using the UsersService you can also query for users that match given search criteria. Only data made publicily available in their user profiles will be searchable.

Although most of the user profile details are public, such as username and display name, users do have some control over what details are divulged. Users can opt to only make public their Socrata username, hiding their given name and last name, so clients should rely on the displayName for display purposes. In addition, some fields, such as the user's email address, are only available when authenticated as that user.

In addition, all requests that modify user profile data require you to be authenticated as the user who's profile would be changed. For more details, see the documentation on the AuthenticationService.

/api/users

/api/users/(user ID)

/api/users/(user ID)/views