ExDoppler.Invite (ExDoppler v1.0.0)

View Source

Module describing an Invite

Fields

  • slug - Unique identifier for the object (e.g "e32d0dcd-c094-4606-aefa-c4127e2a1282")
  • email - Unique identifier for the object (e.g "jsmith@example.com")
  • created_at - Date and Time of Invite (e.g ~U[2025-04-30 10:05:50.040Z])
  • workplace_role - See ExDoppler.WorkplaceRole

๐Ÿ“– Resources

Summary

Functions

Creates an Invite from a map

Functions

build(invite)

Creates an Invite from a map

๐Ÿท๏ธ Params

  • invite: Map of fields to turn into a Invite

โคต๏ธ Returns

โœ… On Success

  %ExDoppler.Invite{...}

โŒ On Failure

  raise Error