user_profiles

Create user profile.

Create a user profile.

post/v1/user_profiles

Request body

idstring required

The user profile ID (auth user ID).

github_user_namestring nullable required

The GitHub username.

active_accountstring required

The active account ID.

keycloak_user_idstring nullable required

The Keycloak user ID.

auth_providerstring nullable required

The auth provider.

Response

OK

idstring required

The user profile ID.

github_user_namestring nullable

The GitHub username.

active_accountstring nullable

The active account ID.

keycloak_user_idstring nullable

The Keycloak user ID.

auth_providerstring nullable

The auth provider.

emailstring required

The user email.

created_atstring required

The user creation timestamp.

Changes