How to get user's current status?
See original GitHub issueThe endpoint presence returns the activity of user. But how can I get user’s status like away or active using the API?
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (6 by maintainers)
Top Results From Across the Web
Getting detailed user account status in Active Directory
I have a script which I use to get the status of an account in Active Directory. This value is collected as follows:...
Read more >Get user status - Podio API Documentation
Users : Get user status Returns the current status for the user. This includes the user data, profile data and notification data.
Read more >Using the Dynamic PowerShell to Get Current Users
Learn how use PowerShell to get current users in this step-by-step tutorial walking you through how to do so many different ways!
Read more >User presence and status - Slack API
Determine a user's currently set custom status by consulting their profile. You'll find profiles attached to user objects returned by users.list and users.info ......
Read more >Steps to get AD account status using PowerShell
To get the account status of users and computers, the Get-ADUser and Get-ADComputer cmdlets have to be used. To limit the scope of...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@MSurfer20 do you want to add this, now that #19403 is merged? It seems like it should be pretty quick given what we already have.
I guess one note is that we probably want to write
/users/{user_id}/statusas the endpoint; it’d be reasonable to have a/users/me/statusalias, but the general endpoint makes more sense, since users have read access to others’ statuses.@timabbott @alya has the api for getUserStatus been created? i am trying to document it, seeing its one of the open documentation issues