You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/includes/_employees.md
+18-10Lines changed: 18 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,8 @@ and working permits.
19
19
"created_at": "2019-05-22T10:32:36.118753Z",
20
20
"notified_at": "2019-05-22T10:32:37.846274Z",
21
21
"claimed_at": "2019-05-23T11:56:41.123721Z",
22
-
"verified_at": "2019-05-23T11:57:03.742345Z"
22
+
"verified_at": "2019-05-23T11:57:03.742345Z",
23
+
"invitation_code": null
23
24
}
24
25
```
25
26
@@ -35,6 +36,7 @@ and working permits.
35
36
|`notified_at`| Time at which the Employee was notified. Displayed as ISO 8601 string. |
36
37
|`claimed_at`| Time at which the Employee consumed the magic link. Displayed as ISO 8601 string. |
37
38
|`verified_at`| Time when the Employee was verified. Displayed as ISO 8601 string. |
39
+
|`invitation_code`| 8-digit alphanumeric uppercase code available when an employee is invited but not yet claimed. Users can use this code to create a magic link to claim the employee. |
This endpoint registers an Employee. The Employee will be notified with the `invitation_code` that can be used to sign up in Gigapay and accept your invitation.
0 commit comments