HumanSignal / HumanSignal/label-studio-sdk

How to create a new user and login

Open
#124 3 comments 1 reaction 0 assignees View on GitHub
integration question
Dominant language
Python
Stars
192
Forks
127
Avg merge
1d 18h
Merged PRs (30d)
1

Description

```python
user_dict = {
'username': 'user1',
'email': 'user1@ichase.com',
'first_name': 'xxx',
'last_name': 'xxx',
'phone': '',
}

# new_user.set_role(UserRole.ANNOTATOR)
created_user = ls.create_user(user_dict)
print(created_user)
```

how can I login with my created user, I don't see any doc for assigning password for the created user

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.