Member
class Member
Members on Redivis represent individuals who interface with an organization, including both data administrators and researchers applying to and using that organization's data. You must be an administrator of the respective organization in order to view and edit members.
Constructors
| Construct a new member instance based on the member's username. |
| Returns a list of members within the organization. |
Examples
Attributes
| A reference to the Organization instance that constructed this member. |
| A dict containing the API resource representation of the member. This will be fully populated after calling get(). This will also be partially populated for datasets returned via the Organization.list_members method. |
| A reference to the User instance associated with this member. |
Methods
| Add labels to a member. |
Check whether the member exists. | |
Get the member, populating the | |
| Remove labels from a member. |
| Update certain attributes on the member. |
Last updated