pyxnat.Users

class pyxnat.Users(interface)

Database user management interface. It is used to retrieve information on users registered on a server.

Note

At the moment user creation and deletion is not supported through the REST API but it will be at some point.

Examples

>>> interface.manage.users()
['list_of_users']
>>> interface.manage.users.firstname('nosetests')
'nose'

See also

Project.users, Project.add_user, Project.remove_user