Skip to main content

TempAccessCode

Information returned from the service about a temporary access code.

Properties

NameTypeDescriptionNotes
codestrThe actual temporary access code. This value will only be returned if the administrator has the TEMPACCESSCODECONTENTS:VIEW permission.[optional]
create_datedatetimeThe date on which this temporary access code was created.[optional]
expiredboolA flag indicating if this temporary access code is expired now.[optional]
expiry_datedatetimeThe expiry date of this temporary access code. If not set, it never expires.[optional]
idstrThe unique UUID assigned to the temporary access code when it is created.[optional]
max_usesintThe maximum number of times this temporary access code can be used. If not set, there are no limits.[optional]
num_usesintThe number of times this temporary access code has been used.[optional]

Example