Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6191675
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T02:48:27+00:00 2026-05-24T02:48:27+00:00

I am trying to obtain the current user’s SharePoint group name that they belong

  • 0

I am trying to obtain the current user’s SharePoint group name that they belong to. I haven’t been able to find a method/property that provides that information. I’ve only been able to get the current user’s username. Is there a property that provides me this information that I am not seeing?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T02:48:28+00:00Added an answer on May 24, 2026 at 2:48 am

    There is no direct method for returning the groups for the current user through javascript.

    Here is a post to an MSDN discussion group that describes a work around to return this information.
    If you want to know the group Name for checking permissions, a workaround is here.

    So basically:

    context = new SP.ClientContext.get_current(); 
    web = context.get_web();
    var value = web.get_effectiveBasePermissions();
    

    If you need the Group Name, unfortunately there is no direct way to do that. But we can get the current user and get user collection for one group. Then you can check the user collection from one group to see whether it contains the current user.

    1. Get current user: example

    2. Get group collection for the current web: example

    3. Get specified group

      var groupCollection = clientContext.get_web().get_siteGroups();
      // Get the visitors group, assuming its ID is 4.
      visitorsGroup = groupCollection.getById(4);
      
    4. Get users for the group

      var userCollection = visitorsGroup.get_users();
      
    5. Check the user collection to see whether it contains the specified user.

    For a simple demo you can see the following document.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to find a MySQL query which will obtain the time that is
Im trying to obtain the IP address of the user, current domain, and full
I'm trying to find a better approach that my current one to manage the
I'm trying to obtain the machine precision on gmp variables. To that end, I
I am trying to obtain the value part of this syntax: [name:value] I got
OK, I have been trying to obtain the id of a particular link, but
I'm trying to get the current privacy status for a determine user's property. I'm
I'm essentially trying to obtain a resultset with each employee's current title. I'd like
I am trying to obtain the module GUIDs from the current process by enumerating
im trying to obtain a table name of foreign assoc in mysql with PDO.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.