DocuSign.Model.WorkspaceUser (DocuSign v0.4.2) 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
Specs
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()
}