Was this helpful?
Bind user to ms365 account.
/users/{id}/ms365_binding
The unique ID of user.
The OID or Principal Name of Microsoft 365 user.
OID
Principal Name
curl -L \ --request POST \ --url 'https://HOSTNAME:8887/api/users/{id}/ms365_binding' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \ --header 'Content-Type: application/json'
No body