0

I have follow the installation guide without problems , but now I do not know what to do?

I have the http://localhost:8000/ runnig the fiware Lab form and I can with the idp user.

Now I want to use the rest ful api to create user or list user of my app: GET /v2/Users/ but I don not how to do that? I only obtain errors. What is the next step?

Any idea? Thanks.

Xabi E
  • 251
  • 2
  • 3
  • 15
  • Try to edit your question, it is not readable like it is. For example, you can what with the idp user? And of course: never say "I obtain errors", if you want help, be more specific, otherwise nobody is able to help you. – Meier Aug 08 '15 at 17:40
  • Yes, please, provide us more details. – Álvaro Alonso Sep 25 '15 at 11:54

1 Answers1

0

I assume that you want to list and create user. You have to use JSON for that, you can get some general KeyStone examples here: http://docs.openstack.org/developer/keystone/api_curl_examples.html