Share via


/users/[:id].json - Get

Definition

https://www.yammer.com/api/v1/users/:User_Id.json

Parameters

Name In Required Type Description
User_Id path long Yammer user ID

Documentation

The user by ID endpoint returns information for the user with the Yammer user ID specified. It returns fields including user ID, name, and email. This endpoint does not accept Azure Active Directory user IDs which are in GUID format.

Care should be taken to protect any user data acquired by the application from this endpoint.

In a Native Mode network, the Yammer profile is a subset of information stored in Azure Active Directory. For this reason, application developers should consider whether Azure AD APIs may be more appropriate for their use case.

SUPPORTED NETWORK TYPES

  • Freemium/Basic
  • Enterprise without Native Mode
  • Enterprise with M365 Native Mode (Azure AD PowerShell or APIs are recommended for user operations.)