What are the best practices for a workflow where you add users to a group in your web app?

Hi Everyone,

Lets say you want organizations and users - and a organization admin wants to add a user to a group.

usually an invitation is sent to the invitee - to either sign up - or to confirm joining the organization on the site.

Is there a good web page or book to show what the best schema and endpoints that describe the best workflow for this?

It would seem like you’d need a new table holding invitations - with a username, the inviting group, the random confirmation code, and perhaps an expiration date.

Is that how its usually done?

I wouldn’t think that there would be any standards or conventions in that area. The workflow for any such process is going to be dependent upon your organization’s requirements.

1 Like

Many thanks - I’ve figured out how to do it. Not too hard.