Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New cmdlet - Get Tenant Pronouns Settings #4660

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from

Conversation

NishkalankBezawada
Copy link
Contributor

@NishkalankBezawada NishkalankBezawada commented Jan 1, 2025

Type

  • Bug Fix
  • New Feature
  • Sample

What is in this Pull Request ?

This PR contains a new commandlet to get the organization level Pronouns settings, using GraphAPI. This commandlet gets the settings that manage pronouns in an organization, such as controlling the display within the organization of any pronouns users might have set up for themselves.

EXAMPLE 1

Get-PnPTenantPronounsSettings

This cmdlet can be used to retrieve tenant wide pronounsSettings properties. The response is the collection of pronounsSettings

Below is the JSON Representation of the resource type.

{
  "isEnabledInOrganization": "Boolean"
}
image

Test case without required permissions

Get-PnPTenantPronounsSettings
image

Guidance

Thanks,
Nish

@NishkalankBezawada NishkalankBezawada marked this pull request as ready for review January 1, 2025 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant