External User Self-Registration Table

aikotoba
Tera Guru
1 ACCEPTED SOLUTION

Snehangshu Sark
Mega Guru

Hi @aikotoba ,

 

Actually, there are three tables involved in this process.

1. User Registration table - (u_user_reg_req_<number>) - Where registration form information is saved. (It's the first step of ServiceNow Database entry).

2. User Activation Table - (u_user_acti_req_<number>) - Label and name of this table used for user activation. The activation table contains records of the users who have completed verification.

3. User Self Registered Table - (u_self_reg_user_profile_<number>) - All the self-registered users are stored in this table.

 

refer to this doc: https://docs.servicenow.com/en-US/bundle/sandiego-platform-administration/page/integrate/authentication/task/external-user-configuration.html

 

Regards,

Snehangshu Sarkar

 

Please mark my answer as correct if it resolves your query.

View solution in original post

1 REPLY 1

Snehangshu Sark
Mega Guru

Hi @aikotoba ,

 

Actually, there are three tables involved in this process.

1. User Registration table - (u_user_reg_req_<number>) - Where registration form information is saved. (It's the first step of ServiceNow Database entry).

2. User Activation Table - (u_user_acti_req_<number>) - Label and name of this table used for user activation. The activation table contains records of the users who have completed verification.

3. User Self Registered Table - (u_self_reg_user_profile_<number>) - All the self-registered users are stored in this table.

 

refer to this doc: https://docs.servicenow.com/en-US/bundle/sandiego-platform-administration/page/integrate/authentication/task/external-user-configuration.html

 

Regards,

Snehangshu Sarkar

 

Please mark my answer as correct if it resolves your query.