createuser - choisungwook/portfolio GitHub Wiki
- admin ์ก์ธ์ค ํ ํฐ๋ง ๊ณ์ ์ ์์ฑํ ์ ์๋ค.
- ๋ํดํธ ์ค์ ์ ์ด๋ฉ์ผ ์ธ์ฆ์ด ํ์ฑํ๋์ด ์๋ค. ์ด๋ฉ์ผ ์ธ์ฆ์ด ํ์์์ผ๋ฉด ๋นํ์ฑํ ํ๋ค.
์ด๋ฉ์ผ ์ธ์ฆ ๊ณต์๋ฌธ์: https://docs.gitlab.com/ee/user/upgrade_email_bypass.html
๊ณต์๋ฌธ์: https://docs.gitlab.com/ee/api/users.html#user-creation
- HTTP POST๋ฉ์๋
POST /users
- body
{
"username": "test17",
"name": "[email protected]",
"email": "[email protected]",
"password": "password1234",
"skip_confirmation": true
}