Msg.Users (msg v0.1.1)
Provides functions for interacting with the Microsoft Graph /users
endpoint.
Example
client = Msg.Client.new(creds)
{:ok, users} = Msg.Users.list(client)
Summary
Functions
Lists all users in the organization.
Functions
@spec list(Req.Request.t()) :: {:ok, map()} | {:error, any()}
Lists all users in the organization.
Corresponds to: [GET /users] https://learn.microsoft.com/en-us/graph/api/user-list?view=graph-rest-1.0&tabs=http