Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Реализовать форму создания пользователей и связь с сервером UnifiedViews #162

Open
amivanoff opened this issue Jun 27, 2019 · 3 comments
Assignees

Comments

@amivanoff
Copy link
Member

REST API
https://help.poolparty.biz/display/UDDOC/UnifiedViews+REST+API#UnifiedViewsRESTAPI-7.1CreateUser

Веб-интерфейс
http://82.202.226.30:8080/unifiedviews
admin / test

от REST API другой логин/пароль, не тот, что от GUI
image

@sobolevma sobolevma self-assigned this Jun 27, 2019
@sobolevma sobolevma mentioned this issue Jul 3, 2019
@amivanoff
Copy link
Member Author

@sobolevma
Copy link
Contributor

curl -v -H "Content-Type: application/json" -X POST -d '{"Subject.UPVSIdentityID":"someuser","Subject.FormattedName":"someuser","Actor.SIdentityID":"somepass","Actor.FormattedNamep":"somepass","SPR.Roles":"some-role"}' http://master:[email protected]:8080/master/api/1/users/create

@amivanoff
Copy link
Member Author

рабочий вариант
curl -v -H "Content-Type: application/json" -X POST -d '{"Subject.UPVSIdentityID":"someuser2","Subject.FormattedName":"someuser2","Actor.UPVSIdentityID":"somepass2","Actor.FormattedName":"somepass2","SPR.Roles":"some-role"}' http://master:[email protected]:8080/master/api/1/users/create

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants