Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 327 Bytes

create-webaccount-from-profile-cli-snippets.md

File metadata and controls

26 lines (22 loc) · 327 Bytes
description
Automatically generated file. DO NOT MODIFY
mgc-beta users profile web-accounts create --user-id {user-id} --body '{
\
  "description": "My Github contributions!",
\
  "userId": "innocenty.popov",
\
  "service": {
\
    "name": "GitHub",
\
    "webUrl": "https://github.com"
\
  }
\
}
\
'