openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #04237
Users resource via openstack or core?
Hi,
I'm trying to access the REST API to manage users / projects
I can do with projects using openstackx extensions
http://10.6.0.50:8774/v1.1/extensions/admin/projects
but i'm unable to list or create users, i have checked the source code and
it seems i have to use:
http://10.6.0.50:8774/v.1.1/extensions/users
but a 404 error response.
The question is:
what is the correct endpoint of user resources?
Regards