ect.profile2.profile2-bundle.12.1.source-code.profile.properties Maven / Gradle / Ivy
# this defines the entity description for profile
profile = Represents a user's profile. Because of the privacy settings that a user can set for individual parts of their profile, the information in the profile that is returned for a given user will be tailored based on the person requesting it.
profile.view.show= (GET) Gets a user's profile. Response will be tailored to the person making the request according to the profile owners privacy settings (/profile/USER.xml).
profile.redirect./{prefix}/{id}/account = Allows for retrieval of a user's account details by redirecting to the user entity provider
profile.view.new= (POST) Creates a new profile.
profile.view.edit= (POST) Updates an existing profile. Limited support.
profile.view.delete= (DELETE) Deletes a profile. Not currently implemented.
profile.action.minimal=Retrieve the minimal profile for a user. Useful for lists of users. Includes thumbnail image. \
Append /formatted to return a HTML formatted version of a user's profile styled ready for use directly.
profile.action.academic=Retrieve the academic profile for a user. Includes full sized image and only academic related information. \
Append /formatted to return a HTML formatted version of a user's profile styled ready for use directly.
profile.action.unreadMessagesCount=Return the number of unread messages for a user. \
Returns a failure (404) if you do not have access to view the count of the user's messages.
profile.action.image=Retrieve the profile image for a user. \
Append /thumb to get the thumbnail (/profile/USER/image/thumb) if there is one. If there is no thumbnail, the main image will be returned. \
Append /avatar to get the avatar (/profile/USER/image/avatar) if there is one. If there is no avatar, the main image will be returned. \
Append /official to get the official image (/profile/USER/image/official) if there is one. If there is no official image, the default image will be returned. \
Optionally add the siteId URL param to allow site permissions to be checked (/profile/USER/image?siteId={siteid} or /profile/USER/image/thumb?siteId={siteid}) \
Returns binary of the image. Returns default image if no image exists or not allowed. Return 404 if user (or optional siteId) is invalid. \
Will always return an image if one exists, either by being uploaded or being a url (depending on how the system has been configured - see Profile2 sakai.properties). \
You can use it directly in an img tag <img src="/profile/USER/image[/thumb]" />, it should always return something. \
DO NOT specify any return format, ie .xml. \
profile.action.connections=Return a list of connections for a user. \
Returns an empty list if none and a failure (404) if you do not have access to view the user's connections, or the user is invalid.
profile.action.incomingConnectionRequests=Return a list of connection requests to a user. \
Returns an empty list if none and a failure (404) if you do not have access to view the user's connection requests, or the user is invalid.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy