record the acceptance of the Terms of Service
Add new role.
Adds a dataset view TODO: use UUID instead of email
Adds an api key for the user
Add a space to a specific user.
Add a space to a specific user.
The identifier of the user that is being modified by this service
The identifier of the space that is being associated with the user
Update the role that a user has for a specific space.
Update the role that a user has for a specific space.
The identifier of the user to be modified
The new role to be associated with the user
The identifier of the space
The number of objects that are available based on the filter
Creates a new list in User Model for friends, or viewed TODO: use UUID instead of email
Delete role.
Deletes an api key from the user
Return a specific user based on the id provided.
Return a specific user based on an Identity
Return a specific user based on an Identity
Find a user by api key
Find existing role by id.
Find existing by name
Follow a collection.
Follow a dataset.
Follow a file.
Follow a file.
Return a list of all users that are admins and are active
Get extractor key.
Get extractor key. If it doesn't exist create it.
return List[MiniEntity] - the top N recommendations rooted from sourceID
Gets all api keys for a user
Retrieve the role that a user has for a specific space.
Retrieve the role that a user has for a specific space.
The identifier of the user to retrieve
The identifier of the space to get the role for
The role that the user has associated with the space specified
Return a list objects that are available based on the filter as well as the other options.
Return a list objects that are available based on the filter as well as the other options.
the key to use to order the data, default is natural ordering of underlying implementation
the direction to order the data in
the first element that should be returned based on the order key
the maximum number of elements to return
is a json representation of the filter to be applied
List user roles.
List the users that are associated with a specific space.
List the users that are associated with a specific space.
The identifier of the space to build a list of users for
The role of the user in the space (optional filter)
A list of users that are associated with a space
new terms of service, all users will need to agree to this
Remove a space from a specific user.
Remove a space from a specific user.
The identifier of the user that is being modified by this service
The space to be disassociated from the user
Unfollow a collection.
Unfollow a dataset.
Unfollow a file.
Unfollow a file.
Unfollow a user.
Activate all users, and mark them as admin, who are listed in application.
Activate all users, and mark them as admin, who are listed in application.conf by email
Update the give user profile
Updates the user repository preferences.
Update role
Updates a value in the User Model
Update full name in all mini users (collections, uploads, datasets, curatonObjects, curationFiles, comments,
Return a specific user based on the email provided.
Return a specific user based on the email provided.
please find
The number of users
List all users in the system.
Service definition to interact with the users.
Right now this is a Wrapper around SecureSocial to get access to the users. There is no save option since all saves should be done through securesocial right now. Eventually this should become a wrapper for securesocial and we use User everywhere.