Actions
Task #2303
closedUser CRUD operations
Start date:
06/08/2020
Due date:
% Done:
100%
Estimated time:
Owner:
Description
Implement CRUD operation USER object
Updated by Roman Kučera about 4 years ago
- Status changed from New to In Progress
- Assignee set to Roman Kučera
Updated by Roman Kučera about 4 years ago
- % Done changed from 0 to 60
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:- some more testing
- code clean up and logs
- docs
Updated by Roman Kučera almost 4 years ago
- % Done changed from 60 to 90
tested, how to use this connector is described in README
Updated by Roman Kučera almost 4 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
Released
Actions