Sign in

Get user profile properties

documented

Retrieve user profile properties via PeopleManager.

GET {site_url}/_api/SP.UserProfiles.PeopleManager/GetPropertiesFor?{query_params}People & Profilesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$site_url}}/_api/SP.UserProfiles.PeopleManager/GetPropertiesFor(accountName=@v)?@v='{{$accountName}}'" \\n  -X GET \\n  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \\n  -H "Accept: application/json;odata=nometadata" \\n  -H "Content-Type: application/json; charset=utf-8"
Get user profile properties · Microsoft SharePoint · OpenIntegrations