Apr 21, 2023
James Perkins
A new change password flow, bulk invites for organizations, hosted pages in the dashboard!
We introduced a new Change password flow this week, that allows the user to change their password and log out all sessions via our user profile component.
You can now bulk invite users to an organization via Clerk's API allowing you to invite a whole team quickly.
You can specify a different role
for each invited organization member. New organization invitations get a "pending" status until they are revoked by an organization administrator or accepted by the invitee.
The request body supports passing an optional redirect_url
parameter for each invitation. When the invited user clicks the link to accept the invitation, they will be redirected to the provided URL.
Use this parameter to implement a custom invitation acceptance flow. You must specify the ID of the user that will send the invitation with the inviter_user_id
parameter.
Each invitation can have a different inviter user. Inviter users must be members with administrator privileges in the organization. Only "admin" members can create organization invitations.
Below is a simplified version
1curl -XPOST -H "Content-type: application/json" -d '[2{3"email_address": "string",4"inviter_user_id": "string",5"role": "admin",6"public_metadata": {},7"private_metadata": {},8"redirect_url": "string"9}10]' 'https://api.clerk.com/v1/organizations/{organization_id}/invitations/bulk'
Check out our backend API reference for more details: https://clerk.com/docs/reference/backend-api/tag/Organization-Invitations#operation/CreateOrganizationInvitationBulk
We have added a dedicated section for our hosted pages in the Clerk dashboard. You can find them under customization, this will give you links to preview hosted pages as well as a way to customize some of the look and feel.
This week I'd like to highlight a few community creators who created some informative videos on using Clerk!
First up we have Hamed Bahram who created a video on protecting your e-commerce website using Clerk, this 30 minute tutorial shows the power of Clerk from client to server.
Secondly Elias Wambugu who's channel is know as The Source Code gives you a introduction into Clerk with React in just 10 minutes!
Start completely free for up to 10,000 monthly active users and up to 100 monthly active orgs. No credit card required.
Learn more about our transparent per-user costs to estimate how much your company could save by implementing Clerk.
The latest news and updates from Clerk, sent to your inbox.