some-crayon-90964
10/09/2020, 7:07 PMCorpUserViewDao
seems to have all sorts of getting methods, but I am having hard time finding methods to create new user. Thanks in advanced!acceptable-architect-70237
10/09/2020, 9:32 PMbumpy-keyboard-50565
10/10/2020, 12:28 PMsome-crayon-90964
10/16/2020, 2:51 PMCorpUsers
to use a CorpUsersDoIngestRequestBuilder
to send a insert user request like other methods do.some-crayon-90964
10/16/2020, 2:52 PMacceptable-architect-70237
10/16/2020, 2:57 PMcurl '<http://localhost:8080/corpUsers?action=ingest>' -X POST -H 'X-RestLi-Protocol-Version:2.0.0' --data '{"snapshot": {"aspects": [{"com.linkedin.identity.CorpUserInfo":{"active": true, "displayName": "Foo Bar", "fullName": "Foo Bar", "email": "<mailto:fbar@linkedin.com|fbar@linkedin.com>"}}, {"com.linkedin.identity.CorpUserEditableInfo":{}}], "urn": "urn:li:corpuser:fbar"}}'
some-crayon-90964
10/16/2020, 3:01 PMacceptable-architect-70237
10/17/2020, 1:23 AM