post
/admin/users
Create a user
| Name | Type | Description |
| body |
undefined |
|
| Code | Description |
| 201 |
|
| 403 |
APIForbiddenError is a forbidden error response |
| 422 |
APIValidationError is error format response related to input validation |
post
/admin/users/{username}/keys
Add a public key on behalf of a user
| Name | Type | Description |
| username * |
string |
username of the user |
| Code | Description |
| 201 |
|
| 403 |
APIForbiddenError is a forbidden error response |
| 422 |
APIValidationError is error format response related to input validation |
post
/admin/users/{username}/orgs
Create an organization
| Name | Type | Description |
| username * |
string |
username of the user that will own the created organization |
| Code | Description |
| 201 |
|
| 403 |
APIForbiddenError is a forbidden error response |
| 422 |
APIValidationError is error format response related to input validation |
post
/admin/users/{username}/repos
Create a repository on behalf a user
| Name | Type | Description |
| username * |
string |
username of the user. This user will own the created repository |
| Code | Description |
| 201 |
|
| 403 |
APIForbiddenError is a forbidden error response |
| 422 |
APIValidationError is error format response related to input validation |