RegistrationCodeUserData

public struct RegistrationCodeUserData : Content

Returns the registration code associated with a user. Not all users have registration codes; e.g. asking for the reg code for ‘admin’ will return an error.

  • Declaration

    Swift

    var users: [UserHeader]
  • The registration code associated with this account. If this account doesn’t have an associated regcode, will be the empty string.

    Declaration

    Swift

    var regCode: String