Was this helpful?
Bind user to ms365 account.
The unique ID of user.
The unique ID of the resource.
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' \ --data '{ "id": "text" }'
No body