This method allows users to state they have accepted the end user license agreement that was prompted in the UI.
On the Api side it will set the attribute AcceptedEULA on the user to true. This is the only way to set this attribute to true.
Example in C#
// Returns: nothing
await client.AcceptEulaAsync();