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
* @param {object} req - The Express request object, containing the organization shortname in `req.ctx.params.shortname`.
433
433
* @param {object} res - The Express response object.
434
434
* @param {function} next - The next middleware function.
435
-
* @returns {Promise<void>} - A promise that resolves when the response is sent.
435
+
* @returns {Promise<void>} - A promise that resolves when the response is sent. Response body includes 'role' field for admins.
436
436
* @description All registered users can access this endpoint. Regular, CNA & Admin Users can retrieve information about users in the same organization.
437
437
* Secretariat can retrieve all user information for any organization.
0 commit comments