DocuSign v0.1.2 DocuSign.Model.WorkspaceUser View Source

A workspaceUser representing the user. This property is only returned in response to user specific GET call.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %DocuSign.Model.WorkspaceUser{
  accountId: String.t(),
  accountName: String.t(),
  activeSince: String.t(),
  created: String.t(),
  createdById: String.t(),
  email: String.t(),
  errorDetails: ErrorDetails,
  lastModified: String.t(),
  lastModifiedById: String.t(),
  status: String.t(),
  type: String.t(),
  userId: String.t(),
  userName: String.t(),
  workspaceId: String.t(),
  workspaceUserBaseUrl: String.t(),
  workspaceUserId: String.t()
}