(userId: string)
| 177 | .json<UserLogtoConfig>(); |
| 178 | |
| 179 | export const getUserOrganizations = async (userId: string) => |
| 180 | authedAdminApi.get(`users/${userId}/organizations`).json<OrganizationWithRoles[]>(); |
| 181 | |
| 182 | export const createPersonalAccessToken = async ({ |
| 183 | userId, |
no test coverage detected