Members
Members API operations.
Summary
Types
@type t() :: %PolarExpress.Resources.CustomerPortal.Members{ created_at: term(), email: term(), id: term(), modified_at: term(), name: term(), role: term() }
created_at- Creation timestamp of the object. Format: date-time.email- The email address of the member.id- The ID of the object. Format: uuid4.modified_at- Last modification timestamp of the object.name- The name of the member.role- The role of the member within the team.