Get user logged on sharepoint online - sharepoint

I need to create notifications for every user who didn't read a specific new on the site.
To do this i need to see who user is logged in the site and then save this info into a list on Sharepoint.
The problem is that i don't know where can i get this info on Sharepoint Online.
Someone can help me whith this. Thanks

You can get the Current Login User Object with this endpoint.
/_api/web/currentuser

Related

How to check the first login of the FBA users in SharePoint site and ask them to fill the information

I need to check the first login of the FBA users in SharePoint site and force them to fill a form of basic information. I have no idea how to do this. appreciated any help or suggestion in this matter.
Thanks
If the users self-register - you could do it at registration time. If not you could create a separate page to gather all of this information, and add a snippet of code to the master page that would check if the information has been filled out. If not, it could redirect the user to this page you created.
Instead of checking if the information is filled out on the master page, you could customize the login page to check for the information after a successful login - however the login control can be very difficult to modify to do that.

Registering to get the client id and client secret in sharepoint

I am trying to write a program in java to access the SharePoint using SharePoint REST APIs and download the files in a particular folder inside Documents folder. As the first step which is getting the authentication token, I am trying to register the pp using appregnew.aspx form. As I am new in this area, I am not quite sure what would be my App domain and Request uri. Could someone please help me to understand what are these fields for and what value should be filled in these fields?
Thanks
You could know more about registering SharePoint Add-in from here:
https://learn.microsoft.com/en-us/sharepoint/dev/sp-add-ins/register-sharepoint-add-ins

How to register a Web User only (without a lotus notes id file) in Domino Directory

I have a Lotus Notes web application where users are required to be defined in the same database using a custom profile form. Specific roles will be assigned in every user accordingly based on the selected predefined user roles. These users will be populated in the ACL dynamically using lotus script web agent.
My question is, how do I programatically register the user in the domino directory? Can I just create a person document with basic info and internet password and assign an external email like gmail or yahoo? If it's possible, do I still need to certify the user using the Certifier Id?
Your suggestion is very much appreciated. Thanks in advance.
You don’t need to certify the user or create an id file. As you already suggested, you just create the person document in the directory database. Look at Registering users for your Domino Web site for details, e.g. how to avoid duplicate user names.

How to use Drupal View

i am using Drupal 6.x
I had created two users i.e. a user with all permission i.e. Webmaster and other is member. The permissions of member are restricted and are allowed only to create story, delete own story and edit own story. However when i logged in with member name i got only three option i.e.:
My account
Create Content
Log Out
The post submitted by that user is not visible. I want to display all post published by that user in its account detail, and here he/she can easily edit, delete or modify his/her content. How it can be possible. Have you any idea. If yes then please guide me step by step. waiting for your reply. Thanks in advance for this support.
This is because of permission issue, steps to solve this issue
Create a view to list the story with edit button.
Go to the admin/user/permissions and give create, edit and view permission for the user.
publish the created article via admin user.
Last assign the created view block to users home page.

Trouble adding users to SharePoint

i have a new sharepoint instance in standalone mode. yesterday i was able view newly added users (added in user & groups of computer management) to sharepoint. the search feature in sharepoint brings up the users while adding them to sharepoint.
but today, strangely, new users added to windows are not showing up in the sharepoint user search. hence i am not able to add any new user to my moss instance? I compare the previous users and newly users properties and found nothing different!?
any clue why this is happening?and how to fix this?
thanks in advance
Has the user profile service stopped working? Check the Shared Service Provider.

Resources