Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 840 Bytes

users.rst

File metadata and controls

29 lines (19 loc) · 840 Bytes

Users

A single BrainFrame server can have multiple users associated with it. Each user has their own username and password, and can be assigned roles that grant them different levels of access to the server.

Note that authorization is disabled by default for BrainFrame servers. See the Authorization Configuration section in the User Manual for details.

API Methods

brainframe.api.BrainFrameAPI.get_user

brainframe.api.BrainFrameAPI.get_users

brainframe.api.BrainFrameAPI.set_user

brainframe.api.BrainFrameAPI.delete_user

Data Structures

brainframe.api.bf_codecs.user_codecs