Versions in this module Expand all Collapse all v1 v1.1.0 Aug 24, 2017 Changes in this version type Response + RawJSON string + func (r *Response) IsSignatureValid(c *sa.Client) (bool, error) v1.0.0 Aug 16, 2017 Changes in this version + type AccessHistories struct + AuthState string + IPAddress string + TimeStamp string + UserAgent string + type KnowledgeBase struct + HelpDeskKb *KnowledgeBaseData + Kbq1 *KnowledgeBaseData + Kbq2 *KnowledgeBaseData + Kbq3 *KnowledgeBaseData + Kbq4 *KnowledgeBaseData + Kbq5 *KnowledgeBaseData + Kbq6 *KnowledgeBaseData + type KnowledgeBaseData struct + Answer string + Question string + type PropertiesRequest struct + AuxID1 string + AuxID10 string + AuxID2 string + AuxID3 string + AuxID4 string + AuxID5 string + AuxID6 string + AuxID7 string + AuxID8 string + AuxID9 string + Email1 string + Email2 string + Email3 string + Email4 string + FirstName string + LastName string + Phone1 string + Phone2 string + Phone3 string + Phone4 string + PinHash string + type PropertiesResponse struct + DisplayName string + IsWritable string + Value string + type Request struct + KnowledgeBase *KnowledgeBase + Password string + Props *PropertiesRequest + UserID string + func (r *Request) CreateUser(c *sa.Client) (*Response, error) + func (r *Request) Get(c *sa.Client, userID string) (*Response, error) + func (r *Request) Post(c *sa.Client, userID string) (*Response, error) + func (r *Request) Put(c *sa.Client, userID string) (*Response, error) + type Response struct + AccessHistories []AccessHistories + Groups []string + HTTPResponse *http.Response + KnowledgeBase map[string]KnowledgeBaseData + Message string + Props map[string]PropertiesResponse + Status string + UserID string