Member.get

Member.get() → self

Fetches the member, after which member.properties will contain a dict with entries corresponding to the properties on the member resource definition. Will raise an error if the member does not exist.

Returns

self (a Member)

Last updated