Bind user to ms365 account.
The unique ID of user.
The OID or Principal Name of Microsoft 365 user.
OID
Principal Name
OK
const response = await fetch('http://127.0.0.1:8888/api/users/{id}/ms365_binding', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();