...
- Ability for ACT to "grant access". This command needs to prompt for a user id, and then find an ACT terms of use for the currently shown entity. If successful, then it should create an access approval using this pair.
Services
Description | Intended User | URI | Method | Request Parameters | Request Body | Response Body | Authority |
---|---|---|---|---|---|---|---|
Verify a user. | ACT member | /user/{id}/verification | PUT | -- | VerificationRecord | ||
Retrieve verification | Public | /user/{id}/verification | GET | -- | VerificationRecord | ||
Remove verification | ACT member | /user/{id}/verification | DELETE | -- | -- | ||
Get UserBundle (incl. ORCID) | Public | /user/{id}/userBundle | GET | ||||
Open questions
does verification expire?
what sort of review is required later? E.g. will ACT need later to review the information used to decide to verify someone and, if so, where will that information be stored?
...