Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 4 additions & 9 deletions users/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,20 @@

```
{
'id': string,
'id': string,
'username': string,
'first_name': string,
'last_name': string,
'email': string,
'phone': number,
Comment on lines -9 to -10
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not available in the API but it's in the schema.

'yoe': number,
'company': string,
'designation': string,
'img': string,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we add the picture field here?

'github_id': string,
'linkedin_id': string,
'twitter_id': string,
'instagram_id': string,
'website': string,
'github_display_name': string,
'isMember': boolean,
'userType': string,
'tokens': {},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tokens is still in db schema.

'status': string
'status': string,
'incompleteUserDetails':boolean
}

```