# ldap-mapping-user

From **GitHub v3 REST API**.

Ldap Private User

- Type: `object`

## Properties

### `avatar_url`

- Required: true
- Type: `string`
- Format: `uri`
- Example: `https://github.com/images/error/octocat_happy.gif`

### `bio`

- Required: true
- Type: `string`
- Nullable: true
- Example: `There once was...`

### `blog`

- Required: true
- Type: `string`
- Nullable: true
- Example: `https://github.com/blog`

### `business_plus`

- Required: false
- Type: `boolean`

### `collaborators`

- Required: true
- Type: `integer`
- Example: `8`

### `company`

- Required: true
- Type: `string`
- Nullable: true
- Example: `GitHub`

### `created_at`

- Required: true
- Type: `string`
- Format: `date-time`
- Example: `2008-01-14T04:33:35Z`

### `disk_usage`

- Required: true
- Type: `integer`
- Example: `10000`

### `email`

- Required: true
- Type: `string`
- Format: `email`
- Nullable: true
- Example: `octocat@github.com`

### `events_url`

- Required: true
- Type: `string`
- Example: `https://api.github.com/users/octocat/events{/privacy}`

### `followers`

- Required: true
- Type: `integer`
- Example: `20`

### `followers_url`

- Required: true
- Type: `string`
- Format: `uri`
- Example: `https://api.github.com/users/octocat/followers`

### `following`

- Required: true
- Type: `integer`
- Example: `0`

### `following_url`

- Required: true
- Type: `string`
- Example: `https://api.github.com/users/octocat/following{/other_user}`

### `gists_url`

- Required: true
- Type: `string`
- Example: `https://api.github.com/users/octocat/gists{/gist_id}`

### `gravatar_id`

- Required: true
- Type: `string`
- Nullable: true
- Example: `41d064eb2195891e12d0413f63227ea7`

### `hireable`

- Required: true
- Type: `boolean`
- Nullable: true

### `html_url`

- Required: true
- Type: `string`
- Format: `uri`
- Example: `https://github.com/octocat`

### `id`

- Required: true
- Type: `integer`
- Example: `1`

### `ldap_dn`

- Required: false
- Type: `string`

### `location`

- Required: true
- Type: `string`
- Nullable: true
- Example: `San Francisco`

### `login`

- Required: true
- Type: `string`
- Example: `octocat`

### `name`

- Required: true
- Type: `string`
- Nullable: true
- Example: `monalisa octocat`

### `node_id`

- Required: true
- Type: `string`
- Example: `MDQ6VXNlcjE=`

### `organizations_url`

- Required: true
- Type: `string`
- Format: `uri`
- Example: `https://api.github.com/users/octocat/orgs`

### `owned_private_repos`

- Required: true
- Type: `integer`
- Example: `100`

### `plan`

- Required: false
- Type: `object`

### `private_gists`

- Required: true
- Type: `integer`
- Example: `81`

### `public_gists`

- Required: true
- Type: `integer`
- Example: `1`

### `public_repos`

- Required: true
- Type: `integer`
- Example: `2`

### `received_events_url`

- Required: true
- Type: `string`
- Format: `uri`
- Example: `https://api.github.com/users/octocat/received_events`

### `repos_url`

- Required: true
- Type: `string`
- Format: `uri`
- Example: `https://api.github.com/users/octocat/repos`

### `site_admin`

- Required: true
- Type: `boolean`

### `starred_url`

- Required: true
- Type: `string`
- Example: `https://api.github.com/users/octocat/starred{/owner}{/repo}`

### `subscriptions_url`

- Required: true
- Type: `string`
- Format: `uri`
- Example: `https://api.github.com/users/octocat/subscriptions`

### `suspended_at`

- Required: false
- Type: `string`
- Format: `date-time`
- Nullable: true

### `total_private_repos`

- Required: true
- Type: `integer`
- Example: `100`

### `twitter_username`

- Required: false
- Type: `string`
- Nullable: true
- Example: `monalisa`

### `two_factor_authentication`

- Required: true
- Type: `boolean`
- Example: `true`

### `type`

- Required: true
- Type: `string`
- Example: `User`

### `updated_at`

- Required: true
- Type: `string`
- Format: `date-time`
- Example: `2008-01-14T04:33:35Z`

### `url`

- Required: true
- Type: `string`
- Format: `uri`
- Example: `https://api.github.com/users/octocat`

## JSON Schema

```json
{"description":"Ldap Private User","properties":{"avatar_url":{"example":"https://github.com/images/error/octocat_happy.gif","format":"uri","type":"string"},"bio":{"example":"There once was...","nullable":true,"type":"string"},"blog":{"example":"https://github.com/blog","nullable":true,"type":"string"},"business_plus":{"type":"boolean"},"collaborators":{"example":8,"type":"integer"},"company":{"example":"GitHub","nullable":true,"type":"string"},"created_at":{"example":"2008-01-14T04:33:35Z","format":"date-time","type":"string"},"disk_usage":{"example":10000,"type":"integer"},"email":{"example":"octocat@github.com","format":"email","nullable":true,"type":"string"},"events_url":{"example":"https://api.github.com/users/octocat/events{/privacy}","type":"string"},"followers":{"example":20,"type":"integer"},"followers_url":{"example":"https://api.github.com/users/octocat/followers","format":"uri","type":"string"},"following":{"example":0,"type":"integer"},"following_url":{"example":"https://api.github.com/users/octocat/following{/other_user}","type":"string"},"gists_url":{"example":"https://api.github.com/users/octocat/gists{/gist_id}","type":"string"},"gravatar_id":{"example":"41d064eb2195891e12d0413f63227ea7","nullable":true,"type":"string"},"hireable":{"nullable":true,"type":"boolean"},"html_url":{"example":"https://github.com/octocat","format":"uri","type":"string"},"id":{"example":1,"type":"integer"},"ldap_dn":{"type":"string"},"location":{"example":"San Francisco","nullable":true,"type":"string"},"login":{"example":"octocat","type":"string"},"name":{"example":"monalisa octocat","nullable":true,"type":"string"},"node_id":{"example":"MDQ6VXNlcjE=","type":"string"},"organizations_url":{"example":"https://api.github.com/users/octocat/orgs","format":"uri","type":"string"},"owned_private_repos":{"example":100,"type":"integer"},"plan":{"properties":{"collaborators":{"type":"integer"},"name":{"type":"string"},"private_repos":{"type":"integer"},"space":{"type":"integer"}},"required":["collaborators","name","space","private_repos"],"type":"object"},"private_gists":{"example":81,"type":"integer"},"public_gists":{"example":1,"type":"integer"},"public_repos":{"example":2,"type":"integer"},"received_events_url":{"example":"https://api.github.com/users/octocat/received_events","format":"uri","type":"string"},"repos_url":{"example":"https://api.github.com/users/octocat/repos","format":"uri","type":"string"},"site_admin":{"type":"boolean"},"starred_url":{"example":"https://api.github.com/users/octocat/starred{/owner}{/repo}","type":"string"},"subscriptions_url":{"example":"https://api.github.com/users/octocat/subscriptions","format":"uri","type":"string"},"suspended_at":{"format":"date-time","nullable":true,"type":"string"},"total_private_repos":{"example":100,"type":"integer"},"twitter_username":{"example":"monalisa","nullable":true,"type":"string"},"two_factor_authentication":{"example":true,"type":"boolean"},"type":{"example":"User","type":"string"},"updated_at":{"example":"2008-01-14T04:33:35Z","format":"date-time","type":"string"},"url":{"example":"https://api.github.com/users/octocat","format":"uri","type":"string"}},"required":["avatar_url","events_url","followers_url","following_url","gists_url","gravatar_id","html_url","id","node_id","login","organizations_url","received_events_url","repos_url","site_admin","starred_url","subscriptions_url","type","url","bio","blog","company","email","followers","following","hireable","location","name","public_gists","public_repos","created_at","updated_at","collaborators","disk_usage","owned_private_repos","private_gists","total_private_repos","two_factor_authentication"],"title":"Ldap Private User","type":"object"}
```
