Actions
Task #2303
closedUser CRUD operations
Start date:
06/08/2020
Due date:
% Done:
100%
Estimated time:
Owner:
Description
Implement CRUD operation USER object
Actions
Added by Roman Kučera over 4 years ago. Updated almost 4 years ago.
100%
Description
Implement CRUD operation USER object
Connector support CRUD operations for users.
It generates schema of all supported attributes.
Now we support basis data types as String, Boolean and Integer. For complex User attributes we will add support maybe in future.
Only complex attribute which is supported now is PasswordProfile which is mandatory, without it we can't create user.
Implementation is in develop branch https://github.com/bcvsolutions/ms-graph-api-connector
TODO:tested, how to use this connector is described in README
Released